Taberang

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

Taberang क्या है?

Taberang Nicky Hajal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Taberang एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Taberang Taberang
ID poejodidiefeblggimfehoamcdcgpgba
आधिकारिक URL https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba
विवरण Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
फ़ाइल का आकार 171 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.5.1
अंतिम अपडेट 2014-01-05
प्रकाशन तिथि 2014-01-04
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर Nicky Hajal
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nickyhajal.com
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}