Stash It
Bookmarks any page to your account at Stash It
What is Stash It?
Stash It is a Chrome extension developed by https://stashit.pw, and its main feature is "Bookmarks any page to your account at Stash It".
Extension Screenshots
Download Stash It Extension CRX File
Download Stash It extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Stash It |
ID | kiampenlggkcbinagaglpcbhbghpdmah |
Official URL | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
Description | Bookmarks any page to your account at Stash It |
File Size | 11.28 KB |
Installation Count | 13 |
Current Version | 1.8 |
Last Updated | 2015-09-11 |
Publish Date | 2015-09-11 |
Developer | https://stashit.pw |
Payment Type | free |
Extension Website | https://stashitt.pw |
Supported Languages | 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 } |