Quick Script

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

Quick Scriptとは何ですか?

Quick ScriptはMark Wheelerによって開発されたChromeの拡張機能で、その主な機能は「Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…」です。

拡張機能のスクリーンショット

screenshot

Quick Script拡張機能のCRXファイルをダウンロード

Quick Script拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Quick Script Quick Script
ID amjekilcdjfiobfjnglcndkdimkbpkaj
公式URL https://chrome.google.com/webstore/detail/quick-script/amjekilcdjfiobfjnglcndkdimkbpkaj
説明 Quick Script is a google chrome extension created for web developers and software testers to enable them to author test scripts and…
ファイルサイズ 602 KB
インストール数 171
現在のバージョン 2.2
最終更新日 2013-09-17
公開日 2013-09-17
評価 5.00/5 合計 1 レビュー
開発者 Mark Wheeler
支払い方法 free
対応言語 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"
}