Inject Code
Inject your own code into any webpage
Cos'è Inject Code?
Inject Code è un'estensione di Chrome sviluppata da Yehuda Moskowitz, e la sua funzione principale è "Inject your own code into any webpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inject Code
Scarica i file di estensione Inject Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Write JS/JSX/CSS snippets that can be executed by click of a button. Features: * Custom code or link to an external library * Filter on specific URL's * Auto run * Filter auto run on specific URL's * Simple interface * Write/Update in separate tab while testing on web page * Toggle horizontal/vertical split view in edit mode * Toggle full screen in edit mode * Choose whether to run in all frames
Informazioni di Base sull'Estensione
Nome | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
URL Ufficiale | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
Descrizione | Inject your own code into any webpage |
Dimensione del File | 4.68 MB |
Conteggio Installazioni | 1,066 |
Versione Corrente | 1.0.4.7 |
Ultimo Aggiornamento | 2024-01-04 |
Data di Pubblicazione | 2018-12-18 |
Valutazione | 4.89/5 Totale 9 Valutazioni |
Sviluppatore | Yehuda Moskowitz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Inject Code", "manifest_version": 2, "name": "Inject Code", "version": "1.0.4.7", "description": "Inject your own code into any webpage", "browser_action": { "default_popup": "index.html", "default_icon": "images\/inject.png", "default_title": "Inject Code Snippets" }, "options_page": "index.html?page=options", "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "web_accessible_resources": [], "permissions": [ "activeTab", "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ " |