WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
WikiTweaks là gì?
WikiTweaks là một tiện ích mở rộng Chrome được phát triển bởi joelsimon6, và tính năng chính của nó là "A restyling of Wikipedia that saves screen space and adds on-hover previews.".
Ả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 WikiTweaks
Tải xuống các tệp mở rộng WikiTweaks 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
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
URL Chính Thức | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
Mô tả | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
Kích Thước Tệp | 53.02 KB |
Số Lần Cài Đặt | 197 |
Phiên Bản Hiện Tại | 1.7.1 |
Cập Nhật Lần Cuối | 2014-12-10 |
Ngày Phát Hành | 2014-12-10 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | joelsimon6 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |