Octopatcher
Arrgh Some Patchy Goodness to GitHub
Octopatcher क्या है?
Octopatcher Mottie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Arrgh Some Patchy Goodness to GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Octopatcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* 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.
एक्सटेंशन की मूल जानकारी
नाम | Octopatcher |
ID | lcilaoigfgceebdljpanjenhmnoijmal |
आधिकारिक URL | https://chromewebstore.google.com/detail/octopatcher/lcilaoigfgceebdljpanjenhmnoijmal |
विवरण | Arrgh Some Patchy Goodness to GitHub |
फ़ाइल का आकार | 17.72 KB |
स्थापना संख्या | 155 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2018-01-04 |
प्रकाशन तिथि | 2018-01-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Mottie |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Mottie/Octopatcher |
सहायता पृष्ठ URL | https://github.com/Mottie/Octopatcher/tree/master/docs |
समर्थित भाषाएँ | 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 } } |