All-in-One Launcher
App launcher for All-in-One Messenger.
What is All-in-One Launcher?
All-in-One Launcher is a Chrome extension developed by http://allinone.im, and its main feature is "App launcher for All-in-One Messenger.".
Extension Screenshots
Download All-in-One Launcher Extension CRX File
Download All-in-One Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kkcnepbbpfpomjaooekbooncaiadgpaa |
Official URL | https://chrome.google.com/webstore/detail/all-in-one-launcher/kkcnepbbpfpomjaooekbooncaiadgpaa |
Description | App launcher for All-in-One Messenger. |
File Size | 20.2 KB |
Installation Count | 10,000 |
Current Version | 0.0.4 |
Last Updated | 2016-07-24 |
Publish Date | 2016-07-24 |
Rating | 4.33/5 Total 84 Ratings |
Developer | http://allinone.im |
[email protected] | |
Payment Type | free |
Extension Website | https://allinone.im/ |
Supported Languages | 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 } } |