Simplytest.me
A Google Chrome extension for simplytest.me
Apa itu Simplytest.me?
Simplytest.me adalah ekstensi Chrome yang dikembangkan oleh arshad, dan fitur utamanya adalah "A Google Chrome extension for simplytest.me".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simplytest.me
Unduh file ekstensi Simplytest.me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extensions add a simplytest link next to project releases when browsing drupal.org.
Informasi Dasar Ekstensi
Nama | Simplytest.me |
ID | ajlngamggfmnpkfaenoahgeppofjlmaf |
URL Resmi | https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf |
Deskripsi | A Google Chrome extension for simplytest.me |
Ukuran File | 64.64 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 0.0.8 |
Terakhir Diperbarui | 2014-07-03 |
Tanggal Publikasi | 2014-07-03 |
Pengembang | arshad |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/arshad/simplytest-chrome |
URL Halaman Bantuan | https://github.com/arshad/simplytest-chrome |
Bahasa yang Didukung | 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\/*" ] } |