All-in-One Launcher
App launcher for All-in-One Messenger.
Qu'est-ce que All-in-One Launcher ?
All-in-One Launcher est une extension Chrome développée par http://allinone.im, et sa fonction principale est "App launcher for All-in-One Messenger.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension All-in-One Launcher
Téléchargez les fichiers d'extension All-in-One Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | kkcnepbbpfpomjaooekbooncaiadgpaa |
URL Officiel | https://chrome.google.com/webstore/detail/all-in-one-launcher/kkcnepbbpfpomjaooekbooncaiadgpaa |
Description | App launcher for All-in-One Messenger. |
Taille du Fichier | 20.2 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2016-07-24 |
Date de Publication | 2016-07-24 |
Évaluation | 4.33/5 Total 84 Évaluations |
Développeur | http://allinone.im |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://allinone.im/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.4", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0rUpwXr8kvdB0yPFgdfGkYdsVJgzlvD\/ettcFPMPdyW4kTQok1u5GW9tCiIvZ8Gomxmx9VndIvdemQHdRGhOM54NRTex7PArvhJrE4AXaaZfp1CJCLxObUnilpnAWxP4gUXONhT0gU2kgXvX0qcS37dHuf+fa\/tcxiTDo46UvjUXE7nYYRUcNjyPvy29dB5L8kqVt8a\/7L325hQFxwVBd0OiIoNfj98cOZGnjwtuP8lsgpzdQ\/OKnI+1c7i4cHcouXecvZywmeZ5LBpyJN54IMCFKe7Ji3YUTGUe2in9prKSoZ+LjrHf9Pka\/81ahVbTENITSZAanHXRQVUuDValzwIDAQAB", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19-disabled.png", "38": "images\/icon-38-disabled.png" }, "default_title": "__MSG_browserActionTitle__" }, "permissions": [ "storage" ], "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true } } |