Stash It
Bookmarks any page to your account at Stash It
Wat is Stash It?
Stash It is een Chrome-extensie ontwikkeld door https://stashit.pw, en de belangrijkste functie is "Bookmarks any page to your account at Stash It".
Extensie Screenshots
Download het CRX-bestand van de extensie Stash It
Download Stash It-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kiampenlggkcbinagaglpcbhbghpdmah |
| Officiële URL | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
| Beschrijving | Bookmarks any page to your account at Stash It |
| Bestandsgrootte | 11.28 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2015-09-11 |
| Publicatiedatum | 2015-09-11 |
| Ontwikkelaar | https://stashit.pw |
| Betalingswijze | free |
| Extensiewebsite | https://stashitt.pw |
| Ondersteunde Talen | 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
} | |