Inject Code
Inject your own code into any webpage
Was ist Inject Code?
Inject Code ist eine Chrome-Erweiterung, die von Yehuda Moskowitz entwickelt wurde, und ihr Hauptmerkmal ist "Inject your own code into any webpage".
Erweiterungsscreenshots
Inject Code-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inject Code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
Offizielle URL | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
Beschreibung | Inject your own code into any webpage |
Dateigröße | 4.68 MB |
Installationsanzahl | 1,066 |
Aktuelle Version | 1.0.4.7 |
Letztes Update | 2024-01-04 |
Veröffentlichungsdatum | 2018-12-18 |
Bewertung | 4.89/5 Insgesamt 9 Bewertungen |
Entwickler | Yehuda Moskowitz |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |