1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Turn tabs of your choice into permanent tabs. PermaTabs can't be closed

accidentally no matter what you click (even actions like "Close other tabs"
will not affect them) and will stick around between sessions.

Ideal for keeping URLs you use often, always one tab away. Also, ideal
for picking up specific articles where you left off during a previous session.

From first installation PermaTabs includes three random sample tabs
(from a built in list) to get you started. Maybe you'll discover a useful site
you never knew about?

Adding or removing a permatab is simple - right click a site's tab,
and check/uncheck "Permanent Tab".

Must read: one of the default permatabs installed on first installation
is an affiliate URL to eBay.com. You can of course remove this and the other
sample permatabs, and create your own (which is the whole idea).

WWW: https://addons.mozilla.org/en-US/firefox/addon/2558

PR:		ports/123901
Submitted by:	Anatoly Borodin <anatoly.borodin at gmail.com>
This commit is contained in:
Martin Wilke 2008-07-19 21:27:17 +00:00
parent 57cf7b9a47
commit bf979ab597
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217147
5 changed files with 84 additions and 0 deletions

View File

@ -1504,6 +1504,7 @@
SUBDIR += xpi-noscript
SUBDIR += xpi-num2web
SUBDIR += xpi-pdf_download
SUBDIR += xpi-permatabs
SUBDIR += xpi-preferential
SUBDIR += xpi-quick-locale-switcher
SUBDIR += xpi-quickproxy

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: xpi-permatabs
# Date created: 2008-05-20
# Whom: Anatoly Borodin <anatoly.borodin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= permatabs
PORTVERSION= 1.7.0
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= anatoly.borodin@gmail.com
COMMENT= Turn tabs of your choice into permanent tabs
XPI_ID= {20291fcc-1471-46c8-8213-0911f5ce6d65}
XPI_NUM= 2558
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xpi/permatabs-1.7.0-fx.xpi) = f81e1eebbf43c09be70a7d08e5c8b927
SHA256 (xpi/permatabs-1.7.0-fx.xpi) = f7500843259f55ef29e6ec093a4a7b5d9b685526bc0e852459f394b958ae732e
SIZE (xpi/permatabs-1.7.0-fx.xpi) = 19512

View File

@ -0,0 +1,19 @@
Turn tabs of your choice into permanent tabs. PermaTabs can't be closed
accidentally no matter what you click (even actions like "Close other tabs"
will not affect them) and will stick around between sessions.
Ideal for keeping URLs you use often, always one tab away. Also, ideal
for picking up specific articles where you left off during a previous session.
From first installation PermaTabs includes three random sample tabs
(from a built in list) to get you started. Maybe you'll discover a useful site
you never knew about?
Adding or removing a permatab is simple - right click a site's tab,
and check/uncheck "Permanent Tab".
Must read: one of the default permatabs installed on first installation
is an affiliate URL to eBay.com. You can of course remove this and the other
sample permatabs, and create your own (which is the whole idea).
WWW: https://addons.mozilla.org/en-US/firefox/addon/2558

View File

@ -0,0 +1,41 @@
%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.css
%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.js
%%XPI_XPIDIR%%/chrome/permatabs/content/permatabs.xul
%%XPI_XPIDIR%%/chrome/permatabs/content/prefsWindow.js
%%XPI_XPIDIR%%/chrome/permatabs/content/prefsWindow.xul
%%XPI_XPIDIR%%/chrome/permatabs/locale/cs-CZ/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/cs-CZ/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/de-CH/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/de-CH/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/de-DE/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/de-DE/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/en-US/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/en-US/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/fr-FR/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/fr-FR/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/it-IT/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/it-IT/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/ja-JP/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/ja-JP/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/nl-NL/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/nl-NL/permatabs.properties
%%XPI_XPIDIR%%/chrome/permatabs/locale/zh-CN/permatabs.dtd
%%XPI_XPIDIR%%/chrome/permatabs/locale/zh-CN/permatabs.properties
%%XPI_XPIDIR%%/chrome.manifest
%%XPI_XPIDIR%%/defaults/preferences/prefs.js
%%XPI_XPIDIR%%/install.rdf
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/content
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/cs-CZ
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/de-CH
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/de-DE
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/en-US
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/fr-FR
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/it-IT
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/ja-JP
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/nl-NL
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale/zh-CN
@dirrm %%XPI_XPIDIR%%/chrome/permatabs/locale
@dirrm %%XPI_XPIDIR%%/chrome/permatabs
@dirrm %%XPI_XPIDIR%%/chrome
@dirrm %%XPI_XPIDIR%%/defaults/preferences
@dirrm %%XPI_XPIDIR%%/defaults