Dewey launcher

Extension to add a launch icon for Dewey

Wat is Dewey launcher?

Dewey launcher is een Chrome-extensie ontwikkeld door lmcjt, en de belangrijkste functie is "Extension to add a launch icon for Dewey".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dewey launcher

Download Dewey launcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dewey launcher Dewey launcher
ID fnfpnjjgpfifiilkencadlekjebpmbph
Officiële URL https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph
Beschrijving Extension to add a launch icon for Dewey
Bestandsgrootte 187 KB
Aantal Installaties 864
Huidige Versie 1.2
Laatst Bijgewerkt 2014-02-25
Publicatiedatum 2014-02-24
Beoordeling 3.86/5 Totaal 14 Beoordelingen
Ontwikkelaar lmcjt
Betalingswijze free
Ondersteunde Talen 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"
    ]
}