Stash
Too many tabs? With Stash, batch save, quickly stash, easily recover.
Stashとは何ですか?
StashはLéonによって開発されたChromeの拡張機能で、その主な機能は「Too many tabs? With Stash, batch save, quickly stash, easily recover.」です。
拡張機能のスクリーンショット
Stash拡張機能のCRXファイルをダウンロード
Stash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Too many tabs? With Stash, batch save, quickly stash, easily recover. Stash makes it easier to save your window(tabs). And you can found them on stash list. By clicking the item, the tabs will be recovered.
拡張機能の基本情報
名前 | Stash |
ID | cacanmllkminddbhckmepccebmhnglnj |
公式URL | https://chromewebstore.google.com/detail/stash/cacanmllkminddbhckmepccebmhnglnj |
説明 | Too many tabs? With Stash, batch save, quickly stash, easily recover. |
ファイルサイズ | 192 KB |
インストール数 | 1,673 |
現在のバージョン | 0.2.5 |
最終更新日 | 2018-06-30 |
公開日 | 2018-06-29 |
評価 | 5.00/5 合計 17 レビュー |
開発者 | Léon |
支払い方法 | free |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.5", "manifest_version": 2, "description": "__MSG_description__", "icons": { "128": "images\/logo128.png", "48": "images\/logo48.png", "16": "images\/logo16.png" }, "default_locale": "en", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/logo16.png", "default_title": "__MSG_iconTitle__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/key.js" ], "run_at": "document_start" } ], "permissions": [ "chrome:\/\/favicon\/", "tabs", "bookmarks" ] } |