drupal-patch-color
Add coloration for drupal.org patch
Wat is drupal-patch-color?
drupal-patch-color is een Chrome-extensie ontwikkeld door Keenegan, en de belangrijkste functie is "Add coloration for drupal.org patch".
Extensie Screenshots
Download het CRX-bestand van de extensie drupal-patch-color
Download drupal-patch-color-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Web extension that adds color to patch files on https://www.drupal.org/ For more information, visit https://github.com/Keenegan/drupal-patch-color/
Basisinformatie over de Extensie
Naam | |
ID | acnjdilmnleddbcipfcfbbmhlialepcd |
Officiële URL | https://chromewebstore.google.com/detail/drupal-patch-color/acnjdilmnleddbcipfcfbbmhlialepcd |
Beschrijving | Add coloration for drupal.org patch |
Bestandsgrootte | 12.59 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.5.6 |
Laatst Bijgewerkt | 2021-08-31 |
Publicatiedatum | 2020-06-04 |
Ontwikkelaar | Keenegan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Keenegan/drupal-patch-color |
Help Pagina-URL | https://github.com/Keenegan/drupal-patch-color/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "drupal-patch-color", "version": "1.5.6", "description": "Add coloration for drupal.org patch", "icons": { "48": "icons\/icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.drupal.org\/*.diff", "*:\/\/*.drupal.org\/*.patch", "*:\/\/git.drupalcode.org\/*.patch" ], "js": [ "scripts\/script.js" ], "css": [ "styles\/css\/styles.css" ] } ] } |