Coderbility
Add syntax highlighting to Readability & Instapaper
Coderbility là gì?
Coderbility là một tiện ích mở rộng Chrome được phát triển bởi donnierayjones, và tính năng chính của nó là "Add syntax highlighting to Readability & Instapaper".
Ả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 Coderbility
Tải xuống các tệp mở rộng Coderbility 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coderbility |
ID | jhgglggpkgacolaedjhokfniopcinphf |
URL Chính Thức | https://chromewebstore.google.com/detail/coderbility/jhgglggpkgacolaedjhokfniopcinphf |
Mô tả | Add syntax highlighting to Readability & Instapaper |
Kích Thước Tệp | 273 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-11-16 |
Ngày Phát Hành | 2015-11-15 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | donnierayjones |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/donnierayjones/coderbility |
URL Trang Trợ Giúp | https://github.com/donnierayjones/coderbility/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coderbility", "version": "0.1.0", "manifest_version": 2, "description": "Add syntax highlighting to Readability & Instapaper", "options_page": "options.html", "permissions": [ "storage" ], "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.instapaper.com\/*", "*:\/\/www.readability.com\/*", "*:\/\/readability.com\/*" ], "js": [ "jquery.js", "highlight.pack.js", "script.js" ] } ], "web_accessible_resources": [ "styles\/default.css", "styles\/agate.css", "styles\/androidstudio.css", "styles\/arta.css", "styles\/ascetic.css", "styles\/atelier-cave.dark.css", "styles\/atelier-cave.light.css", "styles\/atelier-dune.dark.css", "styles\/atelier-dune.light.css", "styles\/atelier-estuary.dark.css", "styles\/atelier-estuary.light.css", "styles\/atelier-forest.dark.css", "styles\/atelier-forest.light.css", "styles\/atelier-heath.dark.css", "styles\/atelier-heath.light.css", "styles\/atelier-lakeside.dark.css", "styles\/atelier-lakeside.light.css", "styles\/atelier-plateau.dark.css", "styles\/atelier-plateau.light.css", "styles\/atelier-savanna.dark.css", "styles\/atelier-savanna.light.css", "styles\/atelier-seaside.dark.css", "styles\/atelier-seaside.light.css", "styles\/atelier-sulphurpool.dark.css", "styles\/atelier-sulphurpool.light.css", "styles\/brown_paper.css", "styles\/brown_papersq.png", "styles\/codepen-embed.css", "styles\/color-brewer.css", "styles\/dark.css", "styles\/darkula.css", "styles\/docco.css", "styles\/far.css", "styles\/foundation.css", "styles\/github-gist.css", "styles\/github.css", "styles\/googlecode.css", "styles\/grayscale.css", "styles\/hopscotch.css", "styles\/hybrid.css", "styles\/idea.css", "styles\/ir_black.css", "styles\/kimbie.dark.css", "styles\/kimbie.light.css", "styles\/magula.css", "styles\/mono-blue.css", "styles\/monokai.css", "styles\/monokai_sublime.css", "styles\/obsidian.css", "styles\/paraiso.dark.css", "styles\/paraiso.light.css", "styles\/pojoaque.css", "styles\/pojoaque.jpg", "styles\/railscasts.css", "styles\/rainbow.css", "styles\/school_book.css", "styles\/school_book.png", "styles\/solarized_dark.css", "styles\/solarized_light.css", "styles\/sunburst.css", "styles\/tomorrow-night-blue.css", "styles\/tomorrow-night-bright.css", "styles\/tomorrow-night-eighties.css", "styles\/tomorrow-night.css", "styles\/tomorrow.css", "styles\/vs.css", "styles\/xcode.css", "styles\/zenburn.css" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |