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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |