Short Cut for URL mapper

This extension will translate the URL in address bar

Short Cut for URL mapper क्या है?

Short Cut for URL mapper lwpro2 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will translate the URL in address bar"।

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

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

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

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

                        Tired of remembering the URLs ? Short Cut for URL mapper would enable you to configure the keyword to long URL mapping.                    

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

नाम Short Cut for URL mapper Short Cut for URL mapper
ID lafchflokhmpcoaondfeffplkdnoaelh
आधिकारिक URL https://chromewebstore.google.com/detail/short-cut-for-url-mapper/lafchflokhmpcoaondfeffplkdnoaelh
विवरण This extension will translate the URL in address bar
फ़ाइल का आकार 629 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-06-11
प्रकाशन तिथि 2016-06-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर lwpro2
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Short Cut for URL mapper",
    "description": "This extension will translate the URL in address bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+A",
                "mac": "Command+Shift+Y"
            },
            "description": "Display Id and URL of the current open\/active tab.",
            "global": true
        }
    },
    "omnibox": {
        "keyword": "sc"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/"
    ]
}