Professional Codes Reader
Browse the web like a professional programmer!
Professional Codes Reader là gì?
Professional Codes Reader là một tiện ích mở rộng Chrome được phát triển bởi Jasonnor, và tính năng chính của nó là "Browse the web like a professional programmer!".
Ả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 Professional Codes Reader
Tải xuống các tệp mở rộng Professional Codes Reader 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
Professional Codes Reader can insert random C#, PHP or jQuery code to paragraphs of a webpage (which may be novels or articles), and making it looks like a professional or work site. Usage 1. Click the icon to insert the code on the current page 2. Right-click the icon to open the Options page and set the action This is an open source project. Visit Professional Codes Reader's Github page for full instructions, more information, bug reports, or to contribute. https://github.com/Jasonnor/Professional-Codes-Reader
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
URL Chính Thức | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
Mô tả | Browse the web like a professional programmer! |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2017-06-07 |
Ngày Phát Hành | 2017-06-07 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jasonnor |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Jasonnor/Professional-Codes-Reader |
URL Trang Trợ Giúp | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Professional Codes Reader", "description": "Browse the web like a professional programmer!", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "tabs", "http:\/\/*\/*" ] } |