Tabulous

This extension was created by tabulous

Tabulousとは何ですか?

TabulousはHammerhead Technicalによって開発されたChromeの拡張機能で、その主な機能は「This extension was created by tabulous」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Tabulous拡張機能のCRXファイルをダウンロード

Tabulous拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}