URL Saver
Conveniently saves any links you may want to use later
Cos'è URL Saver?
URL Saver è un'estensione di Chrome sviluppata da Hendry Ratnam, e la sua funzione principale è "Conveniently saves any links you may want to use later".
Screenshot dell'Estensione
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
Simply right click and save links to view later. Informazioni di Base sull'Estensione
| Nome | |
| ID | ckjapaekdeccjiiaijkaedmbgegnjleo |
| URL Ufficiale | https://chromewebstore.google.com/detail/url-saver/ckjapaekdeccjiiaijkaedmbgegnjleo |
| Descrizione | Conveniently saves any links you may want to use later |
| Dimensione del File | 10.03 KB |
| Conteggio Installazioni | 22 |
| Versione Corrente | 0.0.9 |
| Ultimo Aggiornamento | 2019-07-07 |
| Data di Pubblicazione | 2019-07-07 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Hendry Ratnam |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "URL Saver",
"version": "0.0.9",
"description": "Conveniently saves any links you may want to use later",
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"contextMenus"
],
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"manifest_version": 2
} | |