Inject Code
Inject your own code into any webpage
Apa itu Inject Code?
Inject Code adalah ekstensi Chrome yang dikembangkan oleh Yehuda Moskowitz, dan fitur utamanya adalah "Inject your own code into any webpage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Inject Code
Unduh file ekstensi Inject Code dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Inject Code |
ID | jpbbdgndcngomphbmplabjginoihkdph |
URL Resmi | https://chromewebstore.google.com/detail/inject-code/jpbbdgndcngomphbmplabjginoihkdph |
Deskripsi | Inject your own code into any webpage |
Ukuran File | 4.68 MB |
Jumlah Instalasi | 1,066 |
Versi Saat Ini | 1.0.4.7 |
Terakhir Diperbarui | 2024-01-04 |
Tanggal Publikasi | 2018-12-18 |
Penilaian | 4.89/5 Total 9 Penilaian |
Pengembang | Yehuda Moskowitz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |