Code Now
Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.
Wat is Code Now?
Code Now is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config.".
Extensie Screenshots
Download het CRX-bestand van de extensie Code Now
Download Code Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Code Now |
ID | kalbcdnbhdhdbboibangihpbdlfamcjh |
Officiële URL | https://chromewebstore.google.com/detail/code-now/kalbcdnbhdhdbboibangihpbdlfamcjh |
Beschrijving | Code, Diff, Beautify, Json to Js Object, Stringify, Save Activity, Control Editor and Beautifier config. |
Bestandsgrootte | 6.52 MB |
Aantal Installaties | 68 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2020-06-03 |
Publicatiedatum | 2020-06-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |