Quick Script

Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…

Qu'est-ce que Quick Script ?

Quick Script est une extension Chrome développée par Mark Wheeler, et sa fonction principale est "Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Script

Téléchargez les fichiers d'extension Quick Script 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

                        Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and repetitive automation tasks for web sites and web apps running in the chrome browser.

Note: 

This is an ongoing project more commands will be added in later versions. If you have suggestions for commands please provide feedback and I will try to include them.                    

Informations de Base sur l'Extension

Nom Quick Script Quick Script
ID amjekilcdjfiobfjnglcndkdimkbpkaj
URL Officiel https://chrome.google.com/webstore/detail/quick-script/amjekilcdjfiobfjnglcndkdimkbpkaj
Description Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…
Taille du Fichier 602 KB
Nombre d'Installations 171
Version Actuelle 2.2
Dernière Mise à Jour 2013-09-17
Date de Publication 2013-09-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur Mark Wheeler
Type de Paiement free
Langues Prises en Charge en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/popup.js"
        ]
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Quick Script"
    },
    "default_locale": "en",
    "minimum_chrome_version": "14.0",
    "name": "Quick Script",
    "permissions": [
        "tabs",
        "tts",
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "version": "2.2"
}