Dewey launcher

Extension to add a launch icon for Dewey

Dewey launcher क्या है?

Dewey launcher lmcjt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to add a launch icon for Dewey"।

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

screenshot

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

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

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

                        This extension simply adds a launch icon for the Dewey Bookmark App, allowing you to access the app quickly.

For more information about the app go to: http://deweyapp.io/

There are a couple of things to note:
1. You need to have installed the Dewey App prior to this extension.
2. This extension is not, in any way, affiliated with Dewey App.                    

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

नाम Dewey launcher Dewey launcher
ID fnfpnjjgpfifiilkencadlekjebpmbph
आधिकारिक URL https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph
विवरण Extension to add a launch icon for Dewey
फ़ाइल का आकार 187 KB
स्थापना संख्या 864
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-02-25
प्रकाशन तिथि 2014-02-24
रेटिंग 3.86/5 कुल 14 रेटिंग्स
डेवलपर lmcjt
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "Dewey launcher",
    "description": "Extension to add a launch icon for Dewey",
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "management"
    ]
}