AppLauncher
Application Launcher for Chrome. Run all your web applications installed from WebStore.
Vad är AppLauncher?
AppLauncher är en Chrome-tillägg utvecklad av https://www.webswamp.net, och dess huvudfunktion är "Application Launcher for Chrome. Run all your web applications installed from WebStore.".
Tilläggsskärmbilder
Ladda ner AppLauncher-förlängningens CRX-fil
Ladda ner AppLauncher-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
AppLauncher brings easiest access to all your web applications installed from Chrome's WebStore.
* Version 0.6
Update to comply with the new Chrome extensions requirements
* Version 0.5.2
Minor bugfixes
* Version 0.5.1
Fixed problem when opening application menu
* New in version 0.4
Application rearrangement (drag & drop)
New fonts
Few minor bugfixes Grundläggande Information om Tillägg
| Namn | |
| ID | mnbfkkkpphlcbeaeemeblclibjnofamn |
| Officiell webbadress | https://chromewebstore.google.com/detail/applauncher/mnbfkkkpphlcbeaeemeblclibjnofamn |
| Beskrivning | Application Launcher for Chrome. Run all your web applications installed from WebStore. |
| Filstorlek | 35.71 KB |
| Antal Installationer | 3,037 |
| Aktuell Version | 0.6 |
| Senast Uppdaterad | 2013-03-29 |
| Publiceringsdatum | 2013-03-29 |
| Betyg | 4.04/5 Totalt 53 Betyg |
| Utvecklare | https://www.webswamp.net |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/logo-19.png",
"default_popup": "appList.html"
},
"description": "Application Launcher for Chrome. Run all your web applications installed from WebStore. ",
"icons": {
"128": "img\/logo-128.png",
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"64": "img\/logo-64.png"
},
"minimum_chrome_version": "20",
"name": "AppLauncher",
"permissions": [
"management"
],
"version": "0.6"
} | |