new taBoo

Show your favourite bookmarked sites when you open a new tab.

Qu'est-ce que new taBoo ?

new taBoo est une extension Chrome développée par venomDev, et sa fonction principale est "Show your favourite bookmarked sites when you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension new taBoo

Téléchargez les fichiers d'extension new taBoo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        new taBoo opens your favorite bookmarked sites whenever you open a new tab. You can save sites to different categories for easier sorting.

new taBoo can be handy for saving pages to read later and having them appear ready to read later. You can use it to jump to an interesting site when you have a few minutes to spare between meetings, avoiding chores or while hiding from the kids.

To add a site simply click on the new taBoo icon and select the category to save it in. You also remove sites by clicking on the new taBoo icon or through the Bookmark Manager.

Permissions are required for the current open tab, storage for categories and bookmarks for getting the random site.

** This is an early release to get feedback for bugs and any feature requests.

To be added:

 * Category random buttons - Select only sites within a category.                    

Informations de Base sur l'Extension

Nom new taBoo new taBoo
ID fdndbkojjjepcijbbhadnbdmbjjdojah
URL Officiel https://chromewebstore.google.com/detail/new-taboo/fdndbkojjjepcijbbhadnbdmbjjdojah
Description Show your favourite bookmarked sites when you open a new tab.
Taille du Fichier 162 KB
Nombre d'Installations 16
Version Actuelle 0.1.1
Dernière Mise à Jour 2015-01-06
Date de Publication 2015-01-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur venomDev
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "new taBoo",
    "description": "Show your favourite bookmarked sites when you open a new tab.",
    "version": "0.1.1",
    "author": "venomDev",
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/setup.js",
            "js\/taboo.js",
            "js\/bookmarks.js"
        ]
    },
    "browser_action": {
        "default_icon": "media\/icons\/bookmark-add-38.png",
        "default_popup": "savebm.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "webNavigation"
    ]
}