Save to netroStation

Add currently opened website and import your bookmarks to your netroStation.

Qu'est-ce que Save to netroStation ?

Save to netroStation est une extension Chrome développée par https://www.netrostation.com, et sa fonction principale est "Add currently opened website and import your bookmarks to your netroStation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Save to netroStation

Téléchargez les fichiers d'extension Save to netroStation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Save to netroStation Save to netroStation
ID kjcnmkijfjhkeoekepoacemlkcmaeckn
URL Officiel https://chromewebstore.google.com/detail/save-to-netrostation/kjcnmkijfjhkeoekepoacemlkcmaeckn
Description Add currently opened website and import your bookmarks to your netroStation.
Taille du Fichier 49.22 KB
Nombre d'Installations 66
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-13
Date de Publication 2020-10-12
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://www.netrostation.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.netrostation.com
Langues Prises en Charge 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'"
}