All in one Html Compiler

This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5

Τι είναι το All in one Html Compiler;

Το All in one Html Compiler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sathya Narayanan Sudhakar, και η κύρια λειτουργία του είναι "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης All in one Html Compiler

Λήψη αρχείων επέκτασης All in one Html Compiler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "All in one HTML Compiler" is a "learnmyself" on cutting edge Web trends like AngularJS, Twitter Bootstrap,HTML5 and jQuery. 

Use "HC" as simple as you can edit the HTML, and click on "output" button to view/compile the result.

The output result is responsive and can be tested using Chrome developer Tool-Emulation.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα All in one Html Compiler All in one Html Compiler
ID kjoieegokhlfbfjippnfccokkkfdmghk
Επίσημο URL https://chromewebstore.google.com/detail/all-in-one-html-compiler/kjoieegokhlfbfjippnfccokkkfdmghk
Περιγραφή This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5
Μέγεθος Αρχείου 84.21 KB
Αριθμός Εγκαταστάσεων 563
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-12-28
Ημερομηνία Δημοσίευσης 2014-12-28
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Sathya Narayanan Sudhakar
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All in one Html Compiler",
    "description": "This extension for Beginners in AngularJS, Twitter Bootstrap, Jquery and HTML5",
    "version": "1.0",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "backy.js"
        ]
    },
    "short_name": "HC",
    "offline_enabled": true
}