WikiSimplia - collapse Wikipedia's menu
Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.
WikiSimplia - collapse Wikipedia's menuคืออะไร?
WikiSimplia - collapse Wikipedia's menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tasinet และคุณลักษณะหลักของมันคือ "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WikiSimplia - collapse Wikipedia's menu
ดาวน์โหลดไฟล์ส่วนขยาย WikiSimplia - collapse Wikipedia's menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How many times have you actually used wikipedia's left hand side menu? Not that many, huh? Get rid of that dead space with this extension and enjoy your content in full page width! It will collapse the wikipedia and other wiki's menu for you, hiding it by default, while still leaving it accessible through an icon, in case you do ever need it. To show the menu, click the menu icon on the top left corner.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WikiSimplia - collapse Wikipedia's menu |
ID | ildiopfmnapcabcooeaebkjdmbdaljmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wikisimplia-collapse-wiki/ildiopfmnapcabcooeaebkjdmbdaljmh |
คำอธิบาย | Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis. |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2012-10-18 |
วันที่เผยแพร่ | 2012-10-17 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | tasinet |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiSimplia - collapse Wikipedia's menu", "version": "0.2", "description": "Simplify Wikipedia's layout by hiding the menu (still expandable via button). Also works on most mediawiki wikis.", "minimum_chrome_version": "16", "icons": { "16": "images\/context menu icon.png", "19": "images\/browser action icon.png", "48": "images\/small app icon.png", "128": "images\/big app icon.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery-1.7.1.min.js", "scripts\/wikisimplia.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |