Save Tabs

Saves open tabs to the bookmarks for easy sync and for saving memory

Save Tabsとは何ですか?

Save TabsはNSDによって開発されたChromeの拡張機能で、その主な機能は「Saves open tabs to the bookmarks for easy sync and for saving memory」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension saves open tabs to the bookmarks for easy sync and for saving memory                    

拡張機能の基本情報

名前 Save Tabs Save Tabs
ID jnnkhocfnekiikbiilndmhoamjfhgbog
公式URL https://chromewebstore.google.com/detail/save-tabs/jnnkhocfnekiikbiilndmhoamjfhgbog
説明 Saves open tabs to the bookmarks for easy sync and for saving memory
ファイルサイズ 7.11 KB
インストール数 20
現在のバージョン 0.2
最終更新日 2015-11-23
公開日 2015-11-23
評価 5.00/5 合計 2 レビュー
開発者 NSD
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Tabs",
    "version": "0.2",
    "description": "Saves open tabs to the bookmarks for easy sync and for saving memory",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Save Tabs",
        "default_icon": "icon.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}