Inject Code
Inject your own code into any webpage
Hvad er Inject Code?
Inject Code er en Chrome-udvidelse udviklet af Yehuda Moskowitz, og dens hovedfunktion er "Inject your own code into any webpage".
Udvidelsesskærmbilleder
Download Inject Code-udvidelses-CRX-fil
Download Inject Code-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jpbbdgndcngomphbmplabjginoihkdph |
| Officiel URL | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
| Beskrivelse | Inject your own code into any webpage |
| Filstørrelse | 4.68 MB |
| Antal Installationer | 1,066 |
| Nuværende Version | 1.0.4.7 |
| Senest Opdateret | 2024-01-04 |
| Udgivelsesdato | 2018-12-18 |
| Bedømmelse | 4.89/5 Samlet 9 Bedømmelser |
| Udvikler | Yehuda Moskowitz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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": [
" | |