Code Injector
Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.
Co to jest Code Injector?
Code Injector to rozszerzenie Chrome opracowane przez Melwyn Pawar, a jego główną funkcją jest „Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Code Injector
Pobierz pliki rozszerzeń Code Injector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages to make design and developmental decisions quickly.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffpbejkllpoglbeeabibelceofidjfhk |
Oficjalny URL | https://chrome.google.com/webstore/detail/code-injector/ffpbejkllpoglbeeabibelceofidjfhk |
Opis | Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages. |
Rozmiar pliku | 293 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2017-12-21 |
Data Publikacji | 2017-12-21 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Melwyn Pawar |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*" ] }, "content_scripts": [ { "js": [ "allLibs.js" ], "matches": [ " |