Save to netroStation
Add currently opened website and import your bookmarks to your netroStation.
Cos'è Save to netroStation?
Save to netroStation è un'estensione di Chrome sviluppata da https://www.netrostation.com, e la sua funzione principale è "Add currently opened website and import your bookmarks to your netroStation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save to netroStation
Scarica i file di estensione Save to netroStation 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
Tired of typing URLs, struggling with finding links, or tied by limited bookmarks bar space? There's a better way! netroStation makes browsing the Internet easier and more comfortable. All your favorite links visually organized and available on your browser's homepage. This extension is a companion app for netrostation.com to enhance user's experience. FEATURES Add currently opened website – easily create new link in your netroStation in just few clicks Import your bookmarks – have your bookmarks automatically migrated into your netroStation BUILT FOR https://www.netrostation.com HELP & SUGGESTIONS Support: [email protected] Feedback: https://goo.gl/forms/vRZpR3mrS6aWFToT2 Privacy Policy: https://www.netrostation.com/#/privacy DEVELOPER Website: http://www.ru3chinteractive.com/
Informazioni di Base sull'Estensione
Nome | Save to netroStation |
ID | kjcnmkijfjhkeoekepoacemlkcmaeckn |
URL Ufficiale | https://chromewebstore.google.com/detail/save-to-netrostation/kjcnmkijfjhkeoekepoacemlkcmaeckn |
Descrizione | Add currently opened website and import your bookmarks to your netroStation. |
Dimensione del File | 49.22 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-10-13 |
Data di Pubblicazione | 2020-10-12 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://www.netrostation.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.netrostation.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to netroStation", "description": "Add currently opened website and import your bookmarks to your netroStation.", "version": "1.2", "icons": { "128": "icon_128.png" }, "browser_action": { "default_title": "Save to netroStation", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "bookmarks", "tabs" ], "externally_connectable": { "matches": [ "https:\/\/www.netrostation.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |