Tab Archiver

This extension archives tabs!

Tab Archiverとは何ですか?

Tab ArchiverはSerdar Kuzucuによって開発されたChromeの拡張機能で、その主な機能は「This extension archives tabs!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Save your browser's current state and return back to it whenever you want! In other words, this extension saves and closes your currently open tabs to a list. Then, you can open all of those tabs by a single click!                    

拡張機能の基本情報

名前 Tab Archiver Tab Archiver
ID ofnhceaedgdmdceeokcadkkndfpclepb
公式URL https://chromewebstore.google.com/detail/tab-archiver/ofnhceaedgdmdceeokcadkkndfpclepb
説明 This extension archives tabs!
ファイルサイズ 90.24 KB
インストール数 406
現在のバージョン 1.1
最終更新日 2015-01-07
公開日 2015-01-07
評価 4.31/5 合計 13 レビュー
開発者 Serdar Kuzucu
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Archiver",
    "short_name": "Tab Archiver",
    "description": "This extension archives tabs!",
    "version": "1.1",
    "author": "Serdar Kuzucu",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/logo_16.png",
        "default_popup": "popup.html",
        "default_title": "Tab Archiver"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    }
}