SaveLinks.in
Save Website Links, bookmark videos for free
Cos'è SaveLinks.in?
SaveLinks.in è un'estensione di Chrome sviluppata da https://savelinks.in, e la sua funzione principale è "Save Website Links, bookmark videos for free".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SaveLinks.in
Scarica i file di estensione SaveLinks.in 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
Save and organise important website links, videos and access them anywhere you want on any device. If you want to bookmark your web links and videos on the cloud then savelinks.in is the perfect tool for you.
Informazioni di Base sull'Estensione
Nome | |
ID | eogfnfjchpapjbhfanconfbcghjenjni |
URL Ufficiale | https://chromewebstore.google.com/detail/savelinksin/eogfnfjchpapjbhfanconfbcghjenjni |
Descrizione | Save Website Links, bookmark videos for free |
Dimensione del File | 9.95 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-01-14 |
Data di Pubblicazione | 2018-01-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://savelinks.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://savelinks.in |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveLinks.in", "manifest_version": 2, "description": "Save Website Links, bookmark videos for free", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Save to SaveLinks.in", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "cookies", "http:\/\/savelinks.in\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |