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文件
下载RMS (Run My Script) - Script runner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| 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"
}
} | |