ChromiCode
Create Chrome Extensions quickly and easily with ChromiCode
What is ChromiCode?
ChromiCode is a Chrome extension developed by http://chromicode.com, and its main feature is "Create Chrome Extensions quickly and easily with ChromiCode".
Extension Screenshots
Download ChromiCode Extension CRX File
Download ChromiCode 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
Fill In A Few Blanks, Push A Button And Out Pops A Fully Functional Chrome Extension That You Can Sell As Your Own, Monetize with Ads, Capture Leads or Use to Drive Automatic Affiliate Sales. Send Notifications to everyone that installs your Extension on their Chrome Browser.
Extension Basic Information
Name | |
ID | lpcfokncolfoopmjafbeflcimbpkdhlc |
Official URL | https://chrome.google.com/webstore/detail/chromicode/lpcfokncolfoopmjafbeflcimbpkdhlc |
Description | Create Chrome Extensions quickly and easily with ChromiCode |
File Size | 1.03 MB |
Installation Count | 273 |
Current Version | 0.2 |
Last Updated | 2018-02-06 |
Publish Date | 2018-02-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://chromicode.com |
[email protected] | |
Payment Type | in_app |
Extension Website | http://chromicode.com |
Help Page URL | https://www.facebook.com/groups/chromicode/ |
Privacy Policy Page URL | https://crowley.link/legal |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "Cc128128.png", "default_popup": "index.html", "default_title": "Create Chrome Extensions quickly and easily with ChromiCode" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "description": "Create Chrome Extensions quickly and easily with ChromiCode", "icons": { "128": "Cc128128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiZiIrIReTrkQiKbz1SjRI0LSSA1y55Uur7GyiOCLKsGdKEV3hg\/3crhI7BEFJJ1m5E0MunlS409pEklaqLT9LnnqFHcwWwdlulIpZMZYtnT7v\/kqYRzwf6nY+Fh4F3hLZv1yJOrEJbvRx\/QtRKET+QCYNIKZMRa4L0H2mWyqvGUzrNpKXG32h+ccVzSLlG4s5RkLNCyYm1h4R8gc6SmmlKAcP2tJVyH4cU2kvrrrqCRk0wOyt2eACNBeRC\/K5B0F6b9ToOtlnq1jIvt6hZLKQWFVoad7W9LpwTBKOGSbLwcJPoZ4pjkqjiJU558zY0X6JlfRNpzXqi5o\/thGyvmXLQIDAQAB", "manifest_version": 2, "name": "ChromiCode", "short_name": "ChromiCode Chrome Extension Creator", "permissions": [ "gcm", "storage", "notifications", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2" } |