Octopatcher
Arrgh Some Patchy Goodness to GitHub
Octopatcher là gì?
Octopatcher là một tiện ích mở rộng Chrome được phát triển bởi Mottie, và tính năng chính của nó là "Arrgh Some Patchy Goodness to GitHub".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Octopatcher
Tải xuống các tệp mở rộng Octopatcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
* 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Octopatcher |
ID | lcilaoigfgceebdljpanjenhmnoijmal |
URL Chính Thức | https://chromewebstore.google.com/detail/octopatcher/lcilaoigfgceebdljpanjenhmnoijmal |
Mô tả | Arrgh Some Patchy Goodness to GitHub |
Kích Thước Tệp | 17.72 KB |
Số Lần Cài Đặt | 155 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2018-01-04 |
Ngày Phát Hành | 2018-01-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Mottie |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Mottie/Octopatcher |
URL Trang Trợ Giúp | https://github.com/Mottie/Octopatcher/tree/master/docs |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |