Save to netroStation

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

Was ist Save to netroStation?

Save to netroStation ist eine Chrome-Erweiterung, die von https://www.netrostation.com entwickelt wurde, und ihr Hauptmerkmal ist "Add currently opened website and import your bookmarks to your netroStation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Save to netroStation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Save to netroStation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Save to netroStation Save to netroStation
ID kjcnmkijfjhkeoekepoacemlkcmaeckn
Offizielle URL https://chromewebstore.google.com/detail/save-to-netrostation/kjcnmkijfjhkeoekepoacemlkcmaeckn
Beschreibung Add currently opened website and import your bookmarks to your netroStation.
Dateigröße 49.22 KB
Installationsanzahl 66
Aktuelle Version 1.2
Letztes Update 2020-10-13
Veröffentlichungsdatum 2020-10-12
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://www.netrostation.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.netrostation.com
Unterstützte Sprachen 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'"
}