Custom Shortcut Button

Allows you to set a custom shortcut button next to your address bar.

Custom Shortcut Button क्या है?

Custom Shortcut Button xylophono द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to set a custom shortcut button next to your address bar."।

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

screenshot
screenshot

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

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

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

                        Custom Shortcut Button puts a new button next to your address bar, which you can then use to easily and repeatedly open a custom URL in a new tab. To set the URL please right click on the icon and select "Options".

Changelog:

V1.0 - Jan 31st 2017
- Initial release.

For any issues please contact [email protected] :)                    

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

नाम Custom Shortcut Button Custom Shortcut Button
ID kcmejemnmnheajipjgilcefofjchdafg
आधिकारिक URL https://chromewebstore.google.com/detail/custom-shortcut-button/kcmejemnmnheajipjgilcefofjchdafg
विवरण Allows you to set a custom shortcut button next to your address bar.
फ़ाइल का आकार 48.96 KB
स्थापना संख्या 713
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-31
प्रकाशन तिथि 2017-01-31
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर xylophono
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Shortcut Button",
    "short_name": "Custom Shortcut",
    "description": "Allows you to set a custom shortcut button next to your address bar.",
    "version": "1.0",
    "version_name": "1.0",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png",
        "512": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": ""
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "index.html"
    }
}