Stash It
Bookmarks any page to your account at Stash It
Cos'è Stash It?
Stash It è un'estensione di Chrome sviluppata da https://stashit.pw, e la sua funzione principale è "Bookmarks any page to your account at Stash It".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stash It
Scarica i file di estensione Stash It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Stash It |
ID | kiampenlggkcbinagaglpcbhbghpdmah |
URL Ufficiale | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
Descrizione | Bookmarks any page to your account at Stash It |
Dimensione del File | 11.28 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2015-09-11 |
Data di Pubblicazione | 2015-09-11 |
Sviluppatore | https://stashit.pw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://stashitt.pw |
Lingue Supportate | 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 } |