Simplytest.me

A Google Chrome extension for simplytest.me

Simplytest.meคืออะไร?

Simplytest.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arshad และคุณลักษณะหลักของมันคือ "A Google Chrome extension for simplytest.me"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simplytest.me

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}