Box for tabs

This extension saves tabs for someday you need them.

Box for tabsとは何ですか?

Box for tabsはhttps://lrednight.comによって開発されたChromeの拡張機能で、その主な機能は「This extension saves tabs for someday you need them.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Have you opened a lot of tabs and didn't have time to finish them before you have to close your computer? Use this extension to save tabs and reopen them whenever you want. You can also export your data and restore your tab boxes from a backup file.

Key features:

- Bookmark manager
- Material design                    

拡張機能の基本情報

名前 Box for tabs Box for tabs
ID llinjdlelnciefmjflikdndckffeohho
公式URL https://chromewebstore.google.com/detail/box-for-tabs/llinjdlelnciefmjflikdndckffeohho
説明 This extension saves tabs for someday you need them.
ファイルサイズ 2.15 MB
インストール数 19
現在のバージョン 0.9.2
最終更新日 2015-04-23
公開日 2015-04-23
評価 2.00/5 合計 1 レビュー
開発者 https://lrednight.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Box for tabs",
    "description": "This extension saves tabs for someday you need them.",
    "version": "0.9.2",
    "browser_action": {
        "default_popup": "popup.build.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "imgs\/logo.38.png",
        "19": "imgs\/logo.38.png",
        "38": "imgs\/logo.38.png",
        "128": "imgs\/logo.128.png"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "index.build.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}