Refined C3

Various tweaks and improvements for the Construct 3 Editor

Τι είναι το Refined C3;

Το Refined C3 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Armaldio, και η κύρια λειτουργία του είναι "Various tweaks and improvements for the Construct 3 Editor".

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

screenshot

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

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

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

                        Refined C3 is a tool that add various tweaks and improvements to the Construct 3 Editor

Highlights: 
- Quick search (Ctrl+Shift+K)
- Filter objects in the debugger

More features are planned, follow the project at: https://github.com/Armaldio/refined-construct-3/projects/1
Submit your bug or ideas at: https://github.com/Armaldio/refined-construct-3/issues                    

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

Όνομα Refined C3 Refined C3
ID oancmpnjbfdoghooiachoknamecnjoll
Επίσημο URL https://chromewebstore.google.com/detail/refined-c3/oancmpnjbfdoghooiachoknamecnjoll
Περιγραφή Various tweaks and improvements for the Construct 3 Editor
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 222
Τρέχουσα Έκδοση 0.2.6
Τελευταία Ενημέρωση 2021-12-01
Ημερομηνία Δημοσίευσης 2021-05-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Armaldio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Armaldio/refined-construct-3
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refined C3",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Various tweaks and improvements for the Construct 3 Editor",
    "default_locale": "en",
    "permissions": [
        "*:\/\/editor.construct.net\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "messaging.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/editor.construct.net\/*"
            ],
            "js": [
                "js\/quickswitch.js",
                "js\/headway.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/preview.construct.net\/debug.html*"
            ],
            "js": [
                "js\/debug-search.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "version": "0.2.6",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}