Taberang

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

What is Taberang?

Taberang is a Chrome extension developed by Nicky Hajal, and its main feature is "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!".

Extension Screenshots

screenshot

Download Taberang Extension CRX File

Download Taberang extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
Official URL 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!
File Size 171 KB
Installation Count 21
Current Version 0.5.1
Last Updated 2014-01-05
Publish Date 2014-01-04
Rating 3.75/5 Total 4 Ratings
Developer Nicky Hajal
Payment Type free
Extension Website http://nickyhajal.com
Supported Languages 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:\/\/*\/*"
    ]
}