Light JavaScript Playground

A standalone HTML/CSS/JavaScript playground

Qu'est-ce que Light JavaScript Playground ?

Light JavaScript Playground est une extension Chrome développée par Jørgen NYSTAD, et sa fonction principale est "A standalone HTML/CSS/JavaScript playground".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Light JavaScript Playground

Téléchargez les fichiers d'extension Light JavaScript Playground 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

                        Light JavaScript Playground is a live editor and playground for testing HTML/CSS/JS ideas in Google Chrome.

lightjs does not rely on a backend. It does not send the HTML/CSS/JS content to any external server (unless exported to jsfiddle.net).

lightjs does, however, rely on external libraries, if used. Various CDNs are used to load libraries like jQuery, Bootstrap and others.

lightjs is designed to be lightweight, not feature rich, while still providing some flexibility in development.

lightjs allows for direct conversion into a JS fiddle on jsfiddle.net (we are not affiliated).

lightjs is open source and available on GitHub: https://github.com/jorgenys/lightjs                    

Informations de Base sur l'Extension

Nom Light JavaScript Playground Light JavaScript Playground
ID dnbhlnmdfibonmpgckakiehcdjppnmjd
URL Officiel https://chromewebstore.google.com/detail/light-javascript-playgrou/dnbhlnmdfibonmpgckakiehcdjppnmjd
Description A standalone HTML/CSS/JavaScript playground
Taille du Fichier 336 KB
Nombre d'Installations 649
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-30
Date de Publication 2014-01-30
Évaluation 4.20/5 Total 5 Évaluations
Développeur Jørgen NYSTAD
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jorgenys/lightjs
URL de la Page d'Aide https://github.com/jorgenys/lightjs/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Light JavaScript Playground",
    "version": "1.0",
    "description": "A standalone HTML\/CSS\/JavaScript playground",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Launch JavaScript Playground"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}