Simplytest.me

A Google Chrome extension for simplytest.me

What is Simplytest.me?

Simplytest.me is a Chrome extension developed by arshad, and its main feature is "A Google Chrome extension for simplytest.me".

Extension Screenshots

screenshot

Download Simplytest.me Extension CRX File

Download Simplytest.me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Simplytest.me Simplytest.me
ID ajlngamggfmnpkfaenoahgeppofjlmaf
Official URL https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf
Description A Google Chrome extension for simplytest.me
File Size 64.64 KB
Installation Count 59
Current Version 0.0.8
Last Updated 2014-07-03
Publish Date 2014-07-03
Developer arshad
Email [email protected]
Payment Type free
Extension Website https://github.com/arshad/simplytest-chrome
Help Page URL https://github.com/arshad/simplytest-chrome
Supported Languages 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\/*"
    ]
}