Simplytest.me

A Google Chrome extension for simplytest.me

Simplytest.meとは何ですか?

Simplytest.meはarshadによって開発されたChromeの拡張機能で、その主な機能は「A Google Chrome extension for simplytest.me」です。

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

screenshot

Simplytest.me拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extensions add a simplytest link next to project releases when browsing drupal.org.                    

拡張機能の基本情報

名前 Simplytest.me Simplytest.me
ID ajlngamggfmnpkfaenoahgeppofjlmaf
公式URL https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf
説明 A Google Chrome extension for simplytest.me
ファイルサイズ 64.64 KB
インストール数 59
現在のバージョン 0.0.8
最終更新日 2014-07-03
公開日 2014-07-03
開発者 arshad
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/arshad/simplytest-chrome
ヘルプページのURL https://github.com/arshad/simplytest-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.drupal.org\/project\/*",
                "*:\/\/*.devdrupal.org\/project\/*"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.drupal.org\/project\/*",
        "*:\/\/*.devdrupal.org\/project\/*"
    ]
}