Dreditor
An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).
Что такое Dreditor?
Dreditor - это расширение Chrome, разработанное https://dreditor.unicorn.fail, и его основная функция - "An extension for Drupal.org that enhances user experience and functionality. Original author: Daniel F. Kudwien (sun).".
Снимки экрана расширения
Скачать файл CRX расширения Dreditor
Скачайте файлы расширений 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\/*"
]
} | |