SaveTabs

Save the tabs in your current window to a new, timestamped, bookmarks folder.

SaveTabsとは何ですか?

SaveTabsはChris Dzombakによって開発されたChromeの拡張機能で、その主な機能は「Save the tabs in your current window to a new, timestamped, bookmarks folder.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Saves the tabs in your current window to a new bookmarks folder, named based on the current date & time.

You can choose where new bookmarks folders are created. To change that setting, just right-click on the SaveTabs button and select "Options".                    

拡張機能の基本情報

名前 SaveTabs SaveTabs
ID ciemojomefnilhnidpjknolhbefbdoie
公式URL https://chromewebstore.google.com/detail/savetabs/ciemojomefnilhnidpjknolhbefbdoie
説明 Save the tabs in your current window to a new, timestamped, bookmarks folder.
ファイルサイズ 95.11 KB
インストール数 3,455
現在のバージョン 0.5
最終更新日 2013-11-06
公開日 2013-11-05
評価 4.67/5 合計 24 レビュー
開発者 Chris Dzombak
支払い方法 free
拡張機能のウェブサイト http://github.com/cdzombak/SaveTabs
ヘルプページのURL http://github.com/cdzombak/SaveTabs/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SaveTabs",
    "author": "Chris Dzombak ",
    "manifest_version": 2,
    "version": "0.5",
    "description": "Save the tabs in your current window to a new, timestamped, bookmarks folder.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save tabs in a new bookmarks folder"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/github.com\/cdzombak\/SaveTabs",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "alarms"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    }
}