RMS (Run My Script) - Script runner
Easily run JavaScript code on the current browser tab.
RMS (Run My Script) - Script runner란 무엇입니까?
RMS (Run My Script) - Script runner은(는) BlueCaret에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily run JavaScript code on the current browser tab."입니다.
확장 프로그램 스크린샷
RMS (Run My Script) - Script runner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
RMS (Run My Script) is a JavaScript runner. Add your code, and click run to run JavaScript in your current tab! IMPORTANT: Due to Google's transition to Manifest V3, the current script-running method in "Run My Script" is no longer supported. The extension will bid farewell from the Chrome Web Store by June 2024. Thank you for using RMS!
확장 프로그램 기본 정보
이름 | RMS (Run My Script) - Script runner |
ID | bifnofbpdbdmgopjoidbicngijjmlogj |
공식 URL | https://chromewebstore.google.com/detail/rms-run-my-script-script/bifnofbpdbdmgopjoidbicngijjmlogj |
설명 | Easily run JavaScript code on the current browser tab. |
파일 크기 | 9.87 KB |
설치 횟수 | 2,017 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2024-01-15 |
출시 날짜 | 2019-12-27 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | BlueCaret |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.bluecaret.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RMS (Run My Script) - Script runner", "short_name": "RMS", "description": "Easily run JavaScript code on the current browser tab.", "version": "1.0.1", "permissions": [ "activeTab" ], "browser_action": { "default_title": "RMS (Run My Script) - Script runner", "default_popup": "popup.html", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "48": "images\/icon_48.png" } } |