URL SAVER
This extension saves the pages where you at
Cos'è URL SAVER?
URL SAVER è un'estensione di Chrome sviluppata da https://mrluissan.ninja, e la sua funzione principale è "This extension saves the pages where you at".
Scarica il file CRX dell'estensione URL SAVER
Scarica i file di estensione URL SAVER 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
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.
Informazioni di Base sull'Estensione
Nome | URL SAVER |
ID | ipafapbbcgjnehnjgmlgjmclofgkffjc |
URL Ufficiale | https://chromewebstore.google.com/detail/url-saver/ipafapbbcgjnehnjgmlgjmclofgkffjc |
Descrizione | This extension saves the pages where you at |
Dimensione del File | 713 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2017-07-05 |
Data di Pubblicazione | 2017-07-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://mrluissan.ninja |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |