Show Invisibles on Github
Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Show Invisibles on Githubคืออะไร?
Show Invisibles on Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 2biazdk และคุณลักษณะหลักของมันคือ "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Invisibles on Github
ดาวน์โหลดไฟล์ส่วนขยาย Show Invisibles on Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add this plugin to your browser and make whitespace visible in every piece of code that you view in Github. This will make it easy for you to keep your code consistent and give you full control over the code in your repository.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show Invisibles on Github |
ID | lhibcpaagnchghjnedmpacbkeombaiil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil |
คำอธิบาย | Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories. |
ขนาดไฟล์ | 22.24 KB |
จำนวนการติดตั้ง | 131 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2017-09-07 |
วันที่เผยแพร่ | 2017-09-06 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | 2biazdk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.3", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appNameShort__", "description": "__MSG_appDesc__", "author": "2biazdk", "offline_enabled": true, "minimum_chrome_version": "53", "icons": { "16": "img\/[email protected]", "19": "img\/[email protected]", "32": "img\/[email protected]", "38": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" }, "browser_action": { "default_icon": { "16": "img\/[email protected]", "19": "img\/[email protected]", "32": "img\/[email protected]", "38": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" } }, "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "script.js" ], "css": [ "styling.css" ] } ], "web_accessible_resources": [ "styling.css" ] } |