URL Manager

Manage url and save it in session.

Was ist URL Manager?

URL Manager ist eine Chrome-Erweiterung, die von https://www.xtensionizer.com entwickelt wurde, und ihr Hauptmerkmal ist "Manage url and save it in session.".

Erweiterungsscreenshots

screenshot

URL Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL Manager-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 traditional way of saving bookmarks here is “URL Manager” to improve your work style. 


Save all open tabs in single click and give relevant name to all open tabs, simply click on saved session to open all tabs again in anytime future. You can even open single url from saved session. 

It’s lightweight, quick and easy to understand. Use and avoid traditional way of saving bookmarks and save time.  Enjoy new style of saving your URL. It is a life saver when you work on multiple tabs. 

Please rate us and give us your feedback if you need any additional feature.                    

Grundlegende Informationen zur Erweiterung

Name URL Manager URL Manager
ID kimpejpocgfifoneopogifkfbaehgjaj
Offizielle URL https://chromewebstore.google.com/detail/url-manager/kimpejpocgfifoneopogifkfbaehgjaj
Beschreibung Manage url and save it in session.
Dateigröße 195 KB
Installationsanzahl 80
Aktuelle Version 1.0.0
Letztes Update 2023-03-22
Veröffentlichungsdatum 2019-09-08
Entwickler https://www.xtensionizer.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://xtensionizer.in/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Manager",
    "short_name": "URL Manager",
    "version": "1.0.0",
    "description": "Manage url and save it in session.",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "tabs",
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "URL Manager",
        "default_popup": "html\/urlManager.html"
    }
}