Custom Chrome Shortcut Manager

To use, type 'go' into the search bar.

Custom Chrome Shortcut Manager क्या है?

Custom Chrome Shortcut Manager https://swsmith.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'go' into the search bar."।

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

screenshot
screenshot
screenshot

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

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

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

                        **New in Version 1.1.0**
Ability to remove individual shortcuts!

Define shortcuts to enter in the search bar! This makes getting to your favorite sites a breeze.

Simply add an alias to url pairing in the configuration window, then type 'go' in the search bar.

Press tab and enter the alias of the website you want to visit.

You're then directed the website.

As an added bonus, Omnibox Alias does math. Simply type in a math expression to the search box and it'll suggest the rest.                    

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

नाम Custom Chrome Shortcut Manager Custom Chrome Shortcut Manager
ID ijihchgjhagfhdkhagnmlebpepjlecml
आधिकारिक URL https://chromewebstore.google.com/detail/custom-chrome-shortcut-ma/ijihchgjhagfhdkhagnmlebpepjlecml
विवरण To use, type 'go' into the search bar.
फ़ाइल का आकार 202 KB
स्थापना संख्या 1,913
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2020-05-04
रेटिंग 3.23/5 कुल 13 रेटिंग्स
डेवलपर https://swsmith.cc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sean-smith.github.io/chromeshortcuts/index.html
सहायता पृष्ठ URL https://github.com/sean-smith/chrome_shortcuts/issues
गोपनीयता नीति पृष्ठ URL https://seanssmith.net/copyright.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Custom Chrome Shortcut Manager",
    "short_name": "Omnibox Alias",
    "description": "To use, type 'go' into the search bar.",
    "version": "1.1.1",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Omnibox Alias",
        "default_icon": "img\/terminal_16x16.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "img\/terminal_16x16.png",
        "48": "img\/terminal_48x48.png",
        "128": "img\/terminal_128x128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}