TabCache
Helps you save your online workspace for later use
TabCacheとは何ですか?
TabCacheはbluesenbergによって開発されたChromeの拡張機能で、その主な機能は「Helps you save your online workspace for later use」です。
拡張機能のスクリーンショット
TabCache拡張機能のCRXファイルをダウンロード
TabCache拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No more windows full of tabs that stay open because you're afraid to lose them. Save your current window and file it under a workspace name. The next time that you want to continue where you left off, simply open the workspace! Prompt before downloading that says extension can read history is Google's way of saying that it can access any tab on an open window. The extension has no access to your history and has no analytics.
拡張機能の基本情報
名前 | TabCache |
ID | dclldinphdggbaopjkjllgcplbijkibh |
公式URL | https://chromewebstore.google.com/detail/tabcache/dclldinphdggbaopjkjllgcplbijkibh |
説明 | Helps you save your online workspace for later use |
ファイルサイズ | 598 KB |
インストール数 | 84 |
現在のバージョン | 2.0.2 |
最終更新日 | 2016-06-19 |
公開日 | 2016-06-19 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | bluesenberg |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabCache", "description": "Helps you save your online workspace for later use", "version": "2.0.2", "icons": { "16": "icons\/drawer_purple_16.png", "48": "icons\/drawer_purple_48.png", "128": "icons\/drawer_purple_128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.4.min.js", "popup.js" ] }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "http:\/\/www.flaticon.com\/authors\/yannickYannick http:\/\/www.flaticon.com http:\/\/creativecommons.org\/licenses\/by\/3.0\/" ] } |