View source code of online HTML, CSS & JavaScript files

Τι είναι το ;

Το είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nire0510, και η κύρια λειτουργία του είναι "View source code of online HTML, CSS & JavaScript files".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης

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

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

                        View source code of online HTML, CSS & JavaScript files.
The extension automatically downloads the source locally and opens the file in a rich code editor with syntax highlighting support, text search, code collapse and more.
If input is in the following format: protocol://domain/file_path:row:column it will automatically set the cursor in that position, a productivity booster when it comes to debugging.                    

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

Όνομα <view-source>
ID dmfgkkcgfcaciolbfagclhaainpigkmd
Επίσημο URL https://chromewebstore.google.com/detail/%3Cview-source%3E/dmfgkkcgfcaciolbfagclhaainpigkmd
Περιγραφή View source code of online HTML, CSS & JavaScript files
Μέγεθος Αρχείου 60.13 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2017-06-27
Ημερομηνία Δημοσίευσης 2017-06-27
Αξιολόγηση 3.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής nire0510
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "",
    "version": "1.1.0",
    "description": "View source code of online HTML, CSS & JavaScript files",
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "24": "assets\/icons\/icon-24.png",
            "32": "assets\/icons\/icon-32.png"
        },
        "default_title": "",
        "default_popup": "app\/popup\/index.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "app\/options\/index.html"
    },
    "background": {
        "scripts": [
            "app\/scripts\/event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/cdnjs.cloudflare.com\/; object-src 'self'"
}