Scriptify Web - Inject JavaScript
Write quick JavaScript for any webpage on the web! A Tool By MD Khokon
Scriptify Web - Inject JavaScript란 무엇입니까?
Scriptify Web - Inject JavaScript은(는) https://khokon.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon"입니다.
확장 프로그램 스크린샷
Scriptify Web - Inject JavaScript 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension can be used to write JavaScript codes for any web page for your personal usages. This tool will help you to make your web automation and customization even faster and simpler. This extension is really simple and secure! Cause you are writing all codes by yourself! We have no control on what scripts are you going to write for a web page. So, you are the master of your web surface. Enjoy :)
확장 프로그램 기본 정보
이름 | Scriptify Web - Inject JavaScript |
ID | lljlalcpiafgojdomhdcbpkblekkkklb |
공식 URL | https://chromewebstore.google.com/detail/scriptify-web-inject-java/lljlalcpiafgojdomhdcbpkblekkkklb |
설명 | Write quick JavaScript for any webpage on the web! A Tool By MD Khokon |
파일 크기 | 230 KB |
설치 횟수 | 78 |
현재 버전 | 1.1 |
최근 업데이트 | 2022-03-09 |
출시 날짜 | 2020-06-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://khokon.dev |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://www.blogdesire.com/scriptify-web-extension-documentation/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scriptify Web - Inject JavaScript", "short_name": "Scriptify", "description": "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "storage" ], "version": "1.1", "icons": { "256": "assets\/img\/256.png", "128": "assets\/img\/128.png", "48": "assets\/img\/48.png" }, "browser_action": { "default_icon": "assets\/img\/128.png", "default_popup": "popup.html", "default_title": "Personal Tools" }, "content_scripts": [ { "css": [ "assets\/alon.css" ], "js": [ "assets\/jquery.js", "assets\/alon.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] } |