DS App Launcher
Quick launch software made by Deven Swiergiel
Cos'è DS App Launcher?
DS App Launcher è un'estensione di Chrome sviluppata da http://devenswiergiel.com, e la sua funzione principale è "Quick launch software made by Deven Swiergiel".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DS App Launcher
Scarica i file di estensione DS App Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A way to quickly apps made by me. Click the extension icon and be presented with a selection of financial tools.
Informazioni di Base sull'Estensione
Nome | |
ID | aoncbelbllilpbhceklccbgclhfkajbg |
URL Ufficiale | https://chrome.google.com/webstore/detail/ds-app-launcher/aoncbelbllilpbhceklccbgclhfkajbg |
Descrizione | Quick launch software made by Deven Swiergiel |
Dimensione del File | 422 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2019-04-29 |
Data di Pubblicazione | 2019-04-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://devenswiergiel.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://devenswiergiel.com/ |
Lingue Supportate | 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" ] } |