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).”。
扩展截图
下载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.
扩展基本信息
名称 | |
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\/*" ] } |