Chrome Url Saver

Save and Load currectly opened sites

Was ist Chrome Url Saver?

Chrome Url Saver ist eine Chrome-Erweiterung, die von replayer0 entwickelt wurde, und ihr Hauptmerkmal ist "Save and Load currectly opened sites".

Erweiterungsscreenshots

screenshot
screenshot

Chrome Url Saver-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Url Saver-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

                        This app saves URLs of tabs that are currently opened on your Chrome browser to your Google account to reload them again on Chrome browser at anywhere, anytime.

1. Save the currently open sites to your Google account.
2. You can open your saved sites by logging in to your Google account on another PC or Chrome                    

Grundlegende Informationen zur Erweiterung

Name Chrome Url Saver Chrome Url Saver
ID inhocmadkfmhncnfjpkjfnojfdiaghfg
Offizielle URL https://chromewebstore.google.com/detail/chrome-url-saver/inhocmadkfmhncnfjpkjfnojfdiaghfg
Beschreibung Save and Load currectly opened sites
Dateigröße 13.28 KB
Installationsanzahl 1,404
Aktuelle Version 1.0.2
Letztes Update 2022-09-28
Veröffentlichungsdatum 2016-11-23
Bewertung 4.86/5 Insgesamt 35 Bewertungen
Entwickler replayer0
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Url Saver",
    "version": "1.0.2",
    "description": "Save and Load currectly opened sites",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "[email protected]",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}