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" ] } |