Code Injector
Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.
什麼是Code Injector?
Code Injector是由Melwyn Pawar開發的Chrome擴展程式,該擴展的主要功能是“Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages.”。
擴展截圖
下載Code Injector擴展crx文件
下載Code Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ffpbejkllpoglbeeabibelceofidjfhk |
官方網址 | https://chrome.google.com/webstore/detail/code-injector/ffpbejkllpoglbeeabibelceofidjfhk |
簡介 | Inject code snippets, scripts, HTML, CSS into selected DOM elements and see them render dynamically onto web pages. |
檔案大小 | 293 KB |
安裝次數 | 121 |
目前版本 | 1.4 |
更新時間 | 2017-12-21 |
上架時間 | 2017-12-21 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Melwyn Pawar |
付費類型 | free |
支援的語言 | 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": [ " |