Professional Codes Reader
Browse the web like a professional programmer!
Professional Codes Readerคืออะไร?
Professional Codes Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jasonnor และคุณลักษณะหลักของมันคือ "Browse the web like a professional programmer!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Professional Codes Reader
ดาวน์โหลดไฟล์ส่วนขยาย Professional Codes Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Professional Codes Reader |
ID | bmiklhlglhkagnpamkmdhgpbiolnbgac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac |
คำอธิบาย | Browse the web like a professional programmer! |
ขนาดไฟล์ | 169 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2017-06-07 |
วันที่เผยแพร่ | 2017-06-07 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jasonnor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Jasonnor/Professional-Codes-Reader |
URL หน้าช่วยเหลือ | https://github.com/Jasonnor/Professional-Codes-Reader/issues |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } |