Ultimate Guitar Columnizr
Unofficial extension for turning ultimate-guitar.com into a multicolumn page.
Ultimate Guitar Columnizrคืออะไร?
Ultimate Guitar Columnizr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edrpls และคุณลักษณะหลักของมันคือ "Unofficial extension for turning ultimate-guitar.com into a multicolumn page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultimate Guitar Columnizr
ดาวน์โหลดไฟล์ส่วนขยาย Ultimate Guitar Columnizr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't want to scroll when reading tabs on ultimate-guitar.com? Then you could probably use this unofficial extension. Neither the extension nor the developer are related to ultimate-guitar.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | flkdhpddenplklkeobdimhmjpplnfopg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ultimate-guitar-columnizr/flkdhpddenplklkeobdimhmjpplnfopg |
คำอธิบาย | Unofficial extension for turning ultimate-guitar.com into a multicolumn page. |
ขนาดไฟล์ | 21.15 KB |
จำนวนการติดตั้ง | 229 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-11-27 |
วันที่เผยแพร่ | 2013-11-27 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | edrpls |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/ikhos/Ultimate-Guitar-Columnizr/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultimate Guitar Columnizr", "description": "Unofficial extension for turning ultimate-guitar.com into a multicolumn page.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |