Stash It
Bookmarks any page to your account at Stash It
O que é Stash It?
Stash It é uma extensão do Chrome desenvolvida por https://stashit.pw, e sua principal característica é "Bookmarks any page to your account at Stash It".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stash It
Baixe arquivos de extensão Stash It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Stash It |
ID | kiampenlggkcbinagaglpcbhbghpdmah |
URL Oficial | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
Descrição | Bookmarks any page to your account at Stash It |
Tamanho do Arquivo | 11.28 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.8 |
Última Atualização | 2015-09-11 |
Data de Publicação | 2015-09-11 |
Desenvolvedor | https://stashit.pw |
Tipo de Pagamento | free |
Site da Extensão | https://stashitt.pw |
Idiomas Suportados | 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 } |