Taberang

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

Co je Taberang?

Taberang je rozšíření Chrome vyvinuté Nicky Hajal, a jeho hlavní funkcí je „Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Taberang

Stáhněte si soubory rozšíření Taberang ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
Oficiální URL https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba
Popis Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
Velikost souboru 171 KB
Počet instalací 21
Aktuální Verze 0.5.1
Poslední Aktualizace 2014-01-05
Datum Vydání 2014-01-04
Hodnocení 3.75/5 Celkem 4 Hodnocení
Vývojář Nicky Hajal
Typ Platby free
Webové stránky Rozšíření http://nickyhajal.com
Podporované Jazyky 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:\/\/*\/*"
    ]
}