DS App Launcher
Quick launch software made by Deven Swiergiel
DS App Launcherとは何ですか?
DS App Launcherはhttp://devenswiergiel.comによって開発されたChromeの拡張機能で、その主な機能は「Quick launch software made by Deven Swiergiel」です。
拡張機能のスクリーンショット
DS App Launcher拡張機能のCRXファイルをダウンロード
DS App Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A way to quickly apps made by me. Click the extension icon and be presented with a selection of financial tools.
拡張機能の基本情報
名前 | |
ID | aoncbelbllilpbhceklccbgclhfkajbg |
公式URL | https://chrome.google.com/webstore/detail/ds-app-launcher/aoncbelbllilpbhceklccbgclhfkajbg |
説明 | Quick launch software made by Deven Swiergiel |
ファイルサイズ | 422 KB |
インストール数 | 70 |
現在のバージョン | 2.0.1 |
最終更新日 | 2019-04-29 |
公開日 | 2019-04-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://devenswiergiel.com |
支払い方法 | free |
拡張機能のウェブサイト | http://devenswiergiel.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DS App Launcher", "description": "Quick launch software made by Deven Swiergiel", "version": "2.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |