Simple Session Manager
Save browser tabs and restore them later
Co je Simple Session Manager?
Simple Session Manager je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Save browser tabs and restore them later“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Simple Session Manager
Stáhněte si soubory rozšíření Simple Session Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is a simple browser session manager. You can save your current session and restore it later. Session information will be stored on you computer and you can save as many sessions as needed. It is also possible to save the state of only one (current) window.
Základní Informace o Rozšíření
Název | Simple Session Manager |
ID | gcgejjbgcgnopbehanipbmppplgjhboa |
Oficiální URL | https://chromewebstore.google.com/detail/simple-session-manager/gcgejjbgcgnopbehanipbmppplgjhboa |
Popis | Save browser tabs and restore them later |
Velikost souboru | 47.42 KB |
Počet instalací | 33 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2020-01-30 |
Datum Vydání | 2020-01-30 |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Session Manager", "short_name": "Session_Mngr", "description": "Save browser tabs and restore them later", "author": "ynyk", "version": "1.0.3", "icons": { "32": "icons\/tab-manager-32x32.png", "48": "icons\/tab-manager-48x48.png", "64": "icons\/tab-manager-64x64.png", "96": "icons\/tab-manager-96x96.png", "128": "icons\/tab-manager-128x128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "lib\/browser-polyfill.js", "background\/env.js", "background\/background.js" ] }, "browser_action": { "default_icon": "icons\/tab-manager-32x32.png", "default_title": "TabManager", "default_popup": "popup\/popup.html", "browser_style": false }, "web_accessible_resources": [ "img\/progress1.gif" ] } |