ChromiCode
Create Chrome Extensions quickly and easily with ChromiCode
Vad är ChromiCode?
ChromiCode är en Chrome-tillägg utvecklad av http://chromicode.com, och dess huvudfunktion är "Create Chrome Extensions quickly and easily with ChromiCode".
Tilläggsskärmbilder
Ladda ner ChromiCode-förlängningens CRX-fil
Ladda ner ChromiCode-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | lpcfokncolfoopmjafbeflcimbpkdhlc |
Officiell webbadress | https://chrome.google.com/webstore/detail/chromicode/lpcfokncolfoopmjafbeflcimbpkdhlc |
Beskrivning | Create Chrome Extensions quickly and easily with ChromiCode |
Filstorlek | 1.03 MB |
Antal Installationer | 273 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2018-02-06 |
Publiceringsdatum | 2018-02-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://chromicode.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | http://chromicode.com |
Hjälpsida URL | https://www.facebook.com/groups/chromicode/ |
URL till Sekretesspolicy Sidan | https://crowley.link/legal |
Stödda Språk | 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" } |