Dewey launcher
Extension to add a launch icon for Dewey
Dewey launcherとは何ですか?
Dewey launcherはlmcjtによって開発されたChromeの拡張機能で、その主な機能は「Extension to add a launch icon for Dewey」です。
拡張機能のスクリーンショット
Dewey launcher拡張機能のCRXファイルをダウンロード
Dewey launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } |