JS Injector
Allows you to store scripts and inject them in pages
什麼是JS Injector?
JS Injector是由smku1992開發的Chrome擴展程式,該擴展的主要功能是“Allows you to store scripts and inject them in pages”。
擴展截圖
下載JS Injector擴展crx文件
下載JS Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension allows you to inject any javascript/css library available on www.cdnjs.com.
擴展基本資訊
名稱 | |
ID | jnndejfmeclkfmhnpkaajaemkdjeddbb |
官方網址 | https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb |
簡介 | Allows you to store scripts and inject them in pages |
檔案大小 | 78.59 KB |
安裝次數 | 188 |
目前版本 | 1.0 |
更新時間 | 2014-07-03 |
上架時間 | 2014-07-03 |
評分 | 3.57/5 共 7 次評分 |
開發者 | smku1992 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Injector", "description": "Allows you to store scripts and inject them in pages", "version": "1.0", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" } } |