Stash It
Bookmarks any page to your account at Stash It
Vad är Stash It?
Stash It är en Chrome-tillägg utvecklad av https://stashit.pw, och dess huvudfunktion är "Bookmarks any page to your account at Stash It".
Tilläggsskärmbilder
Ladda ner Stash It-förlängningens CRX-fil
Ladda ner Stash It-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kiampenlggkcbinagaglpcbhbghpdmah |
| Officiell webbadress | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
| Beskrivning | Bookmarks any page to your account at Stash It |
| Filstorlek | 11.28 KB |
| Antal Installationer | 13 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2015-09-11 |
| Publiceringsdatum | 2015-09-11 |
| Utvecklare | https://stashit.pw |
| Betalningssätt | free |
| Tilläggswebbplats | https://stashitt.pw |
| Stödda Språk | 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
} | |