Javascript & Css auto injection
Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...
Javascript & Css auto injection란 무엇입니까?
Javascript & Css auto injection은(는) dotpower.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression..."입니다.
확장 프로그램 스크린샷
Javascript & Css auto injection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension help to inject addition js/css for every webpage. It can be use for developer to test web page. add new functions to web page and more easy to use with injection rules.
확장 프로그램 기본 정보
이름 | Javascript & Css auto injection |
ID | oakjdafonfdgbgbcofjpaecngfimohno |
공식 URL | https://chromewebstore.google.com/detail/javascript-css-auto-injec/oakjdafonfdgbgbcofjpaecngfimohno |
설명 | Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression... |
파일 크기 | 899 KB |
설치 횟수 | 1,250 |
현재 버전 | 1.5 |
최근 업데이트 | 2021-12-30 |
출시 날짜 | 2019-03-11 |
평점 | 2.85/5 총 13 개의 평점 |
개발자 | dotpower.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Javascript & Css auto injection", "description": "Auto inject Javascript & Css by url rules, context menu, icon clicked, select text... support compare url by regular expression...", "version": "1.5", "icons": { "48": "icons\/icon-48.png" }, "browser_action": { "default_icon": "icons\/icon-48.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background\/background.nocache.js" ] }, "permissions": [ "activeTab", "background", "storage", "unlimitedStorage", "tabs", "webNavigation", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ] } |