Simplytest.me
A Google Chrome extension for simplytest.me
ما هو Simplytest.me؟
Simplytest.me هو إضافة Chrome تم تطويرها بواسطة arshad، والميزة الرئيسية لها هي "A Google Chrome extension for simplytest.me".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simplytest.me
قم بتنزيل ملفات الامتداد Simplytest.me بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extensions add a simplytest link next to project releases when browsing drupal.org.
معلومات أساسية عن التمديد
الاسم | 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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/arshad/simplytest-chrome |
عنوان صفحة المساعدة | 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\/*" ] } |