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!
擴展基本資訊
名稱 | RMS (Run My Script) - Script runner |
ID | bifnofbpdbdmgopjoidbicngijjmlogj |
官方網址 | 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" } } |