URL Manager

Manage url and save it in session.

Qu'est-ce que URL Manager ?

URL Manager est une extension Chrome développée par https://www.xtensionizer.com, et sa fonction principale est "Manage url and save it in session.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension URL Manager

Téléchargez les fichiers d'extension URL Manager 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 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.                    

Informations de Base sur l'Extension

Nom URL Manager URL Manager
ID kimpejpocgfifoneopogifkfbaehgjaj
URL Officiel https://chromewebstore.google.com/detail/url-manager/kimpejpocgfifoneopogifkfbaehgjaj
Description Manage url and save it in session.
Taille du Fichier 195 KB
Nombre d'Installations 80
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-03-22
Date de Publication 2019-09-08
Développeur https://www.xtensionizer.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://xtensionizer.in/privacy.html
Langues Prises en Charge 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"
    }
}