Taberang

Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

Qu'est-ce que Taberang ?

Taberang est une extension Chrome développée par Nicky Hajal, et sa fonction principale est "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Taberang

Téléchargez les fichiers d'extension Taberang 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

                        Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs!

v 0.1
===
- Tell a tab to re-open in minutes, hours or days

v 0.3
===
- Re-opened tabs can open in background or foreground
- Desktop notification on re-open (or not!)

v 0.4
===
- Restore scroll position 

v 0.5
===
- Improves support for multiple/closed windows                    

Informations de Base sur l'Extension

Nom Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
URL Officiel https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba
Description Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
Taille du Fichier 171 KB
Nombre d'Installations 21
Version Actuelle 0.5.1
Dernière Mise à Jour 2014-01-05
Date de Publication 2014-01-04
Évaluation 3.75/5 Total 4 Évaluations
Développeur Nicky Hajal
Type de Paiement free
Site Web de l'Extension http://nickyhajal.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taberang",
    "version": "0.5.1",
    "manifest_version": 2,
    "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!",
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Taberang",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}