Session Keeper

Save window configurations for future use

Session Keeperとは何ですか?

Session KeeperはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Save window configurations for future use」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Manage and save your windows and tabs. Drag and drop to make organization easy!                    

拡張機能の基本情報

名前 Session Keeper Session Keeper
ID okhgbddgbeihpjndlcgkdkamejiigkno
公式URL https://chromewebstore.google.com/detail/session-keeper/okhgbddgbeihpjndlcgkdkamejiigkno
説明 Save window configurations for future use
ファイルサイズ 108 KB
インストール数 518
現在のバージョン 0.0.2
最終更新日 2016-04-20
公開日 2016-04-20
評価 3.33/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "name": "Session Keeper",
    "manifest_version": 2,
    "description": "Save window configurations for future use",
    "browser_action": {
        "default_title": "Session Keeper"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}