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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BlueCaret และคุณลักษณะหลักของมันคือ "Easily run JavaScript code on the current browser tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RMS (Run My Script) - Script runner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |