Dreditor

An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).

Dreditor là gì?

Dreditor là một tiện ích mở rộng Chrome được phát triển bởi https://dreditor.unicorn.fail, và tính năng chính của nó là "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Dreditor 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

                        Dreditor (short for Drupal editor and pronounced /'dɹɛdɪtə/) started as a simple idea for a (GreaseMonkey) browser user script to help module maintainers, Drupal core maintainers, and developers in general to review patches on http://drupal.org.

Dreditor provides multiple applications/helpers for drupal.org and implements a concept of applications/namespaces/modules. The user script can re-use all available data on drupal.org as well as common Drupal development practices.                    

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

Tên Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
URL Chính Thức https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
Mô tả An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Kích Thước Tệp 38.22 KB
Số Lần Cài Đặt 2,891
Phiên Bản Hiện Tại 1.2.17
Cập Nhật Lần Cuối 2018-01-29
Ngày Phát Hành 2018-01-29
Đánh Giá 4.87/5 Tổng số 30 Đánh Giá
Nhà Phát Triển https://dreditor.unicorn.fail
Loại Thanh Toán free
Trang Web Mở Rộng https://dreditor.unicorn.fail
URL Trang Trợ Giúp https://github.com/unicorn-fail/dreditor/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dreditor",
    "homepage_url": "https:\/\/dreditor.org",
    "version": "1.2.17",
    "description": "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).",
    "author": "Mark Carver",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.drupal.org\/*",
                "*:\/\/*.dreditor.org\/*",
                "*:\/\/*.devdrupal.org\/*"
            ],
            "js": [
                "dreditor.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.drupal.org\/*",
        "*:\/\/*.dreditor.org\/*",
        "*:\/\/*.devdrupal.org\/*"
    ]
}