Window Tab Saver

This will save chrome windows and tabs for re-loading later.

Window Tab Saverとは何ですか?

Window Tab SaverはJohn Shoulerによって開発されたChromeの拡張機能で、その主な機能は「This will save chrome windows and tabs for re-loading later.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Track and save your google chrome windows and tabs. Simply save and track multiple windows with tabs into storage for retrieval later if they are closed. Can automatically track new tabs added to windows and on starting up google chrome can start up multiple windows at once. Synchronise your saved windows and tabs with other machines.                    

拡張機能の基本情報

名前 Window Tab Saver Window Tab Saver
ID iihacmcncdaigbolmofiadelngepiplf
公式URL https://chromewebstore.google.com/detail/window-tab-saver/iihacmcncdaigbolmofiadelngepiplf
説明 This will save chrome windows and tabs for re-loading later.
ファイルサイズ 244 KB
インストール数 49
現在のバージョン 1.2
最終更新日 2016-11-25
公開日 2016-11-25
評価 3.67/5 合計 3 レビュー
開発者 John Shouler
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Window Tab Saver",
    "version": "1.2",
    "description": "This will save chrome windows and tabs for re-loading later.",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/icon_38.png"
        },
        "default_title": "Window Tab Saver",
        "default_popup": "windowSaver.html"
    },
    "author": "John Shouler",
    "background": {
        "scripts": [
            "scripts\/jquery-3.1.1.min.js",
            "scripts\/windowSaver.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "Window and Tab Saver with sync"
}