URL Manager

Manage url and save it in session.

URL Manager क्या है?

URL Manager https://www.xtensionizer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage url and save it in session."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में URL Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम URL Manager URL Manager
ID kimpejpocgfifoneopogifkfbaehgjaj
आधिकारिक URL https://chromewebstore.google.com/detail/url-manager/kimpejpocgfifoneopogifkfbaehgjaj
विवरण Manage url and save it in session.
फ़ाइल का आकार 195 KB
स्थापना संख्या 80
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-03-22
प्रकाशन तिथि 2019-09-08
डेवलपर https://www.xtensionizer.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://xtensionizer.in/privacy.html
समर्थित भाषाएँ 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"
    }
}