Simplytest.me

A Google Chrome extension for simplytest.me

Simplytest.me là gì?

Simplytest.me là một tiện ích mở rộng Chrome được phát triển bởi arshad, và tính năng chính của nó là "A Google Chrome extension for simplytest.me".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simplytest.me

Tải xuống các tệp mở rộng Simplytest.me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simplytest.me Simplytest.me
ID ajlngamggfmnpkfaenoahgeppofjlmaf
URL Chính Thức https://chromewebstore.google.com/detail/simplytestme/ajlngamggfmnpkfaenoahgeppofjlmaf
Mô tả A Google Chrome extension for simplytest.me
Kích Thước Tệp 64.64 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Nhà Phát Triển arshad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/arshad/simplytest-chrome
URL Trang Trợ Giúp https://github.com/arshad/simplytest-chrome
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}