URL SAVER
This extension saves the pages where you at
O que é URL SAVER?
URL SAVER é uma extensão do Chrome desenvolvida por https://mrluissan.ninja, e sua principal característica é "This extension saves the pages where you at".
Baixar o arquivo CRX da Extensão URL SAVER
Baixe arquivos de extensão URL SAVER 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
With this extension you will be able to keep the websites you are visiting in a safe place. So that whenever you want to continue read them you'll have them there. You are also able to bind a shortcut to save the pages and also open the extension. I think this extension brings something different to what bookmarks do, and it's that you can save the page really quick and also it has a better design than bookmarks.
Informações Básicas da Extensão
Nome | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
URL Oficial | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
Descrição | This extension saves the pages where you at |
Tamanho do Arquivo | 713 KB |
Contagem de Instalações | 56 |
Versão Atual | 2 |
Última Atualização | 2017-07-05 |
Data de Publicação | 2017-07-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://mrluissan.ninja |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL SAVER", "description": "This extension saves the pages where you at ", "version": "2", "author": "Luis Adame Rodr\u00edguez - @mrluissan", "homepage_url": "https:\/\/mrluissan.ninja", "commands": { "saveTab": { "suggested_key": { "default": "Ctrl+Q", "mac": "Command+Q" }, "description": "Saves the url" } }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon.png", "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "permissions": [ "tabs", "notifications" ] } |