Code Now
Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Qu'est-ce que Code Now ?
Code Now est une extension Chrome développée par Unknown, et sa fonction principale est "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Code Now
Téléchargez les fichiers d'extension Code Now 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
Code Editor, Code Diff, Beautify Code all in simple easy light weight chrome extension. Features - Supports Code Editing, Intellisense, Autocompletion syntax - Language supported: CSS, HTML, JavaScript, JSON, JSX, XML - Themes: Solarised Dark, twilight, Xcode - Code Beautifier - JSON to Javascript object - Code Stringify - Save Activity - Control Editor and Beautifier config
Informations de Base sur l'Extension
Nom | Code Now |
ID | kalbcdnbhdhdbboibangihpbdlfamcjh |
URL Officiel | https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh |
Description | Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config. |
Taille du Fichier | 6.52 MB |
Nombre d'Installations | 68 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2020-06-03 |
Date de Publication | 2020-06-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Code Now", "version": "0.0.6", "manifest_version": 2, "description": "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "offline_enabled": true, "permissions": [ "storage" ] } |