Live Custom CSS,JS injector on pages

Live CSS JS/ Realtime CSS JS style will be added to the page for temprory. To test the style change. How it reflect on page reload.

Τι είναι το Live Custom CSS,JS injector on pages;

Το Live Custom CSS,JS injector on pages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://greelogix.com, και η κύρια λειτουργία του είναι "Live CSS JS/ Realtime CSS JS style will be added to the page for temprory. To test the style change. How it reflect on page reload.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Live Custom CSS,JS injector on pages

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

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

                        Revolutionize your web development workflow with Live CSS/JS Injector, the ultimate tool for experimenting with CSS and JavaScript on the fly.

Instantly inject custom CSS and JavaScript code into any webpage to witness the effects in real time. No more waiting for page reloads or relying on browser developer tools.

Live CSS/JS Injector is packed with powerful features to streamline your development process:

Seamless CSS and JavaScript injection: Inject custom CSS and JavaScript code directly into any webpage with ease.

Real-time style editing: Observe the effects of your CSS and JavaScript changes instantly, without the need for page reloads.

Webpage style editor: Transform the appearance of any webpage with our intuitive CSS and JavaScript editing interface.

Custom CSS injector: Enhance the visual appeal of webpages by injecting custom CSS styles.

Custom JavaScript injector: Implement dynamic behavior and interactivity on webpages with custom JavaScript code.

CSS style changer: Modify existing CSS styles on any webpage to achieve your desired design.

JavaScript style changer: Alter the behavior of existing JavaScript code on webpages to enhance functionality.

Whether you're a seasoned web developer or just starting out, Live CSS/JS Injector is the perfect tool to elevate your web development skills and achieve stunning results.

Download Live CSS/JS Injector today and experience the power of real-time style editing!                    

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

Όνομα Live Custom CSS,JS injector on pages Live Custom CSS,JS injector on pages
ID gamgadbdliolbhjdcfjjpjfjhgfnckbp
Επίσημο URL https://chromewebstore.google.com/detail/live-custom-cssjs-injecto/gamgadbdliolbhjdcfjjpjfjhgfnckbp
Περιγραφή Live CSS JS/ Realtime CSS JS style will be added to the page for temprory. To test the style change. How it reflect on page reload.
Μέγεθος Αρχείου 140 KB
Αριθμός Εγκαταστάσεων 7,670
Τρέχουσα Έκδοση 2.0.2
Τελευταία Ενημέρωση 2023-11-24
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.20/5 Συνολικά 35 Αξιολογήσεις
Προγραμματιστής https://greelogix.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://greelogix.com
URL της Σελίδας Πολιτικής Απορρήτου https://greelogix.com?page_id=6688
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/ga.css",
                "lib\/codemirror.js"
            ],
            "js": [
                "js\/ga.js",
                "js\/css.js",
                "lib\/codemirror.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Live CSS JS\/ Realtime CSS JS style will be added to the page for temprory. To test the style change. How it reflect on page reload.",
    "manifest_version": 2,
    "name": "Live Custom CSS,JS injector on pages",
    "permissions": [
        "storage",
        "tabs"
    ],
    "short_name": "live css js injector",
    "version": "2.0.2",
    "web_accessible_resources": [
        "script.js"
    ]
}