Simplytest.me

A Google Chrome extension for simplytest.me

Wat is Simplytest.me?

Simplytest.me is een Chrome-extensie ontwikkeld door arshad, en de belangrijkste functie is "A Google Chrome extension for simplytest.me".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simplytest.me

Download Simplytest.me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Simplytest.me Simplytest.me
ID ajlngamggfmnpkfaenoahgeppofjlmaf
Officiële URL https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf
Beschrijving A Google Chrome extension for simplytest.me
Bestandsgrootte 64.64 KB
Aantal Installaties 59
Huidige Versie 0.0.8
Laatst Bijgewerkt 2014-07-03
Publicatiedatum 2014-07-03
Ontwikkelaar arshad
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/arshad/simplytest-chrome
Help Pagina-URL https://github.com/arshad/simplytest-chrome
Ondersteunde Talen 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\/*"
    ]
}