Session Keeper
Save window configurations for future use
什麼是Session Keeper?
Session Keeper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Save window configurations for future use”。
擴展截圖
下載Session Keeper擴展crx文件
下載Session Keeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Manage and save your windows and tabs. Drag and drop to make organization easy!                     擴展基本資訊
| 名稱 |   |  
| ID | okhgbddgbeihpjndlcgkdkamejiigkno | 
| 官方網址 | 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:;"
}  |  |