Dewey launcher
Extension to add a launch icon for Dewey
Vad är Dewey launcher?
Dewey launcher är en Chrome-tillägg utvecklad av lmcjt, och dess huvudfunktion är "Extension to add a launch icon for Dewey".
Tilläggsskärmbilder
Ladda ner Dewey launcher-förlängningens CRX-fil
Ladda ner Dewey launcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Dewey launcher |
ID | fnfpnjjgpfifiilkencadlekjebpmbph |
Officiell webbadress | https://chromewebstore.google.com/detail/dewey-launcher/fnfpnjjgpfifiilkencadlekjebpmbph |
Beskrivning | Extension to add a launch icon for Dewey |
Filstorlek | 187 KB |
Antal Installationer | 864 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2014-02-25 |
Publiceringsdatum | 2014-02-24 |
Betyg | 3.86/5 Totalt 14 Betyg |
Utvecklare | lmcjt |
Betalningssätt | free |
Stödda Språk | 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" ] } |