Dreditor

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

什麼是Dreditor?

Dreditor是由https://dreditor.unicorn.fail開發的Chrome擴展程式,該擴展的主要功能是“An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).”。

擴展截圖

screenshot
screenshot

下載Dreditor擴展crx文件

下載Dreditor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Dreditor Dreditor
ID dhdpoembhlojpmehepeadblhglloobao
官方網址 https://chromewebstore.google.com/detail/dreditor/dhdpoembhlojpmehepeadblhglloobao
簡介 An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
檔案大小 38.22 KB
安裝次數 2,891
目前版本 1.2.17
更新時間 2018-01-29
上架時間 2018-01-29
評分 4.87/5 共 30 次評分
開發者 https://dreditor.unicorn.fail
付費類型 free
擴展官網 https://dreditor.unicorn.fail
說明頁面URL https://github.com/unicorn-fail/dreditor/issues
支援的語言 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\/*"
    ]
}