Stash It
Bookmarks any page to your account at Stash It
什么是Stash It?
Stash It是由https://stashit.pw开发的Chrome扩展程序,该扩展的主要功能是“Bookmarks any page to your account at Stash It”。
扩展截图
下载Stash It扩展crx文件
下载Stash It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later. Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you.
扩展基本信息
名称 | Stash It |
ID | kiampenlggkcbinagaglpcbhbghpdmah |
官方URL | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
简介 | Bookmarks any page to your account at Stash It |
文件大小 | 11.28 KB |
安装次数 | 13 |
当前版本 | 1.8 |
更新时间 | 2015-09-11 |
上架时间 | 2015-09-11 |
开发者 | https://stashit.pw |
付费类型 | free |
扩展官网 | https://stashitt.pw |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stash It", "short_name": "Stash It", "description": "Bookmarks any page to your account at Stash It", "homepage_url": "https:\/\/stashit.pw", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Stash It" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "1.8", "manifest_version": 2 } |