RMS (Run My Script) - Script runner

Easily run JavaScript code on the current browser tab.

Qu'est-ce que RMS (Run My Script) - Script runner ?

RMS (Run My Script) - Script runner est une extension Chrome développée par BlueCaret, et sa fonction principale est "Easily run JavaScript code on the current browser tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RMS (Run My Script) - Script runner

Téléchargez les fichiers d'extension RMS (Run My Script) - Script runner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom RMS (Run My Script) - Script runner RMS (Run My Script) - Script runner
ID bifnofbpdbdmgopjoidbicngijjmlogj
URL Officiel https://chromewebstore.google.com/detail/rms-run-my-script-script/bifnofbpdbdmgopjoidbicngijjmlogj
Description Easily run JavaScript code on the current browser tab.
Taille du Fichier 9.87 KB
Nombre d'Installations 2,017
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-01-15
Date de Publication 2019-12-27
Évaluation 3.83/5 Total 6 Évaluations
Développeur BlueCaret
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.bluecaret.com/privacy
Langues Prises en Charge 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"
    }
}