Tabulous

This extension was created by tabulous

Tabulous क्या है?

Tabulous Hammerhead Technical द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension was created by tabulous"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you run tons of tabs on Chrome and leave your computer on for days on end without restart because you don’t want to lose them or interrupt your flow, then Tabulous™ is your new best friend. 

With just a click or two, the super easy to use Tabulous™ extension allows Chrome users to quickly save all their tabs into either a new folder on their bookmarks bar or add them to an existing folder you may already be using in your bookmarks bar. It’s that simple. You click, then click again and all your tabs are safe as long as you keep them in that bookmarks folder. 

And as if that wasn’t enough, Tabulous lets you instantly recreate where you left off with a relaunch button. Just select relaunch then select the folder you saved your tabs to and Tabulous™ launches those saved tabs at the same time, bringing you back to where you were when you saved. It's as if you never left that giant mess of creativity and learning behind. 

So go ahead, shut down your Chrome browser before it crashes because it’s been going non-stop for two weeks. And feel free to restart your computer. Tabulous™ has you covered.                    

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

नाम Tabulous Tabulous
ID eolmlanpgeahjnagakiooldgmmjhejhf
आधिकारिक URL https://chromewebstore.google.com/detail/tabulous/eolmlanpgeahjnagakiooldgmmjhejhf
विवरण This extension was created by tabulous
फ़ाइल का आकार 265 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-07-09
प्रकाशन तिथि 2014-07-09
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Hammerhead Technical
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabulous",
    "short_name": "Tabulous",
    "version": "1.0",
    "description": "This extension was created by tabulous",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/background.js",
                "js\/jquery.js",
                "js\/custom.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Tabulous ",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    }
}