Stash It
Bookmarks any page to your account at Stash It
Qu'est-ce que Stash It ?
Stash It est une extension Chrome développée par https://stashit.pw, et sa fonction principale est "Bookmarks any page to your account at Stash It".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stash It
Téléchargez les fichiers d'extension Stash It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Stash It |
ID | kiampenlggkcbinagaglpcbhbghpdmah |
URL Officiel | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
Description | Bookmarks any page to your account at Stash It |
Taille du Fichier | 11.28 KB |
Nombre d'Installations | 13 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2015-09-11 |
Date de Publication | 2015-09-11 |
Développeur | https://stashit.pw |
Type de Paiement | free |
Site Web de l'Extension | https://stashitt.pw |
Langues Prises en Charge | 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 } |