Shortcut Manager DELUXE

usage: type 'go' into the search bar.

Shortcut Manager DELUXE क्या है?

Shortcut Manager DELUXE Tamir Nakar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "usage: type 'go' into the search bar."।

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

screenshot
screenshot

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

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

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

                        Navigate the web by typing!

Its easy as 1,2,3 ...

1. Define a short-name to your favorite websites.
2. Type go at the address bar, then the short-name of your desired website.
3. Hit ENTER! 
 
___

Shortcut Manager DELUXE is an upgraded version of 'Omnibox Alias' extension (an open source project).

The DELUXE version includes some the crucial improvements that grants its users a real value:

Features:
----------------------
REMOVE Alias feature.
Import and Export aliases feature.
Neater Design and Layout

Bugfixes
------------------
text overflow bugs                    

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

नाम Shortcut Manager DELUXE Shortcut Manager DELUXE
ID jmiadifgifojmldfpbcllhljdogkapmk
आधिकारिक URL https://chromewebstore.google.com/detail/shortcut-manager-deluxe/jmiadifgifojmldfpbcllhljdogkapmk
विवरण usage: type 'go' into the search bar.
फ़ाइल का आकार 89.61 KB
स्थापना संख्या 101
वर्तमान संस्करण 2.5.6
अंतिम अपडेट 2024-02-11
प्रकाशन तिथि 2020-04-08
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Tamir Nakar
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shortcut Manager DELUXE",
    "short_name": "SMD",
    "description": "usage: type 'go' into the search bar.",
    "version": "2.5.6",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Shortcut Manager DELUXE",
        "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'"
}