Octopatcher
Arrgh Some Patchy Goodness to GitHub
Qu'est-ce que Octopatcher ?
Octopatcher est une extension Chrome développée par Mottie, et sa fonction principale est "Arrgh Some Patchy Goodness to GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Octopatcher
Téléchargez les fichiers d'extension Octopatcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
* Collapse Content: Adds a header to issue comments which allows toggling the view of long code and quote blocks. * Collapse Markdown: Make all markdown headers clickable to allow toggling the view of all content between same level headers.
Informations de Base sur l'Extension
Nom | Octopatcher |
ID | lcilaoigfgceebdljpanjenhmnoijmal |
URL Officiel | https://chromewebstore.google.com/detail/octopatcher/lcilaoigfgceebdljpanjenhmnoijmal |
Description | Arrgh Some Patchy Goodness to GitHub |
Taille du Fichier | 17.72 KB |
Nombre d'Installations | 155 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2018-01-04 |
Date de Publication | 2018-01-04 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Mottie |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Mottie/Octopatcher |
URL de la Page d'Aide | https://github.com/Mottie/Octopatcher/tree/master/docs |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Octopatcher", "version": "1.1.1", "description": "Arrgh Some Patchy Goodness to GitHub", "author": "Rob Garrison", "manifest_version": 2, "homepage_url": "http:\/\/github.com\/Mottie\/Octopatcher", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "github-collapse-in-comment.js", "github-collapse-markdown.js" ], "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*", "https:\/\/help.github.com\/*" ], "run_at": "document_idle" } ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |