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
公式URL 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\/*"
    ]
}