RMS (Run My Script) - Script runner

Easily run JavaScript code on the current browser tab.

Wat is RMS (Run My Script) - Script runner?

RMS (Run My Script) - Script runner is een Chrome-extensie ontwikkeld door BlueCaret, en de belangrijkste functie is "Easily run JavaScript code on the current browser tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RMS (Run My Script) - Script runner

Download RMS (Run My Script) - Script runner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam RMS (Run My Script) - Script runner RMS (Run My Script) - Script runner
ID bifnofbpdbdmgopjoidbicngijjmlogj
Officiële URL https://chromewebstore.google.com/detail/rms-run-my-script-script/bifnofbpdbdmgopjoidbicngijjmlogj
Beschrijving Easily run JavaScript code on the current browser tab.
Bestandsgrootte 9.87 KB
Aantal Installaties 2,017
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-01-15
Publicatiedatum 2019-12-27
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar BlueCaret
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.bluecaret.com/privacy
Ondersteunde Talen 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"
    }
}