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 |
| Eメール | [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"
}
} | |