Web Squirrel : Session Manager
Save and manage your open tabs with one click
Web Squirrel : Session Managerとは何ですか?
Web Squirrel : Session ManagerはRiade Benbakiによって開発されたChromeの拡張機能で、その主な機能は「Save and manage your open tabs with one click」です。
拡張機能のスクリーンショット
Web Squirrel : Session Manager拡張機能のCRXファイルをダウンロード
Web Squirrel : Session Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This is a simple extension that allows you to store your open tabs is sessions. You can then manage all your saved sessions, by opening or deleting a session.
To ask for new features, please visit the extension's repo : https://github.com/riadeb/Web-Squirrel                     拡張機能の基本情報
| 名前 |   |  
| ID | mnilmdpojbgbkgjpajpeeifgjmccoopf | 
| 公式URL | https://chromewebstore.google.com/detail/web-squirrel-session-mana/mnilmdpojbgbkgjpajpeeifgjmccoopf | 
| 説明 | Save and manage your open tabs with one click | 
| ファイルサイズ | 46.58 KB | 
| インストール数 | 84 | 
| 現在のバージョン | 1 | 
| 最終更新日 | 2020-04-26 | 
| 公開日 | 2020-04-26 | 
| 開発者 | Riade Benbaki | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/riadeb/Web-Squirrel | 
| ヘルプページのURL | https://github.com/riadeb/Web-Squirrel | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Squirrel : Session Manager",
    "description": "Save and manage your open tabs with one click",
    "version": "1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "36": "src\/img\/noisette36.png",
            "16": "src\/img\/noisette16.png",
            "48": "src\/img\/noisette48.png",
            "128": "src\/img\/noisette128.png"
        }
    },
    "icons": {
        "36": "src\/img\/noisette36.png",
        "16": "src\/img\/noisette16.png",
        "48": "src\/img\/noisette48.png",
        "128": "src\/img\/noisette128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}  |  |