OSRS Wiki Book
This extension makes the OSRS wiki look like an ancient book
OSRS Wiki Book là gì?
OSRS Wiki Book là một tiện ích mở rộng Chrome được phát triển bởi bouke.stam, và tính năng chính của nó là "This extension makes the OSRS wiki look like an ancient book".
Ả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 OSRS Wiki Book
Tải xuống các tệp mở rộng OSRS Wiki Book 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
This extension makes the old school runescape wiki look like an ancient book. It removes a lot of clutter and adds a more relaxing atmostphere to the pages. The extension works only with the new wiki (not the old fandom wiki) and currently looks best on 1920x1080.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OSRS Wiki Book |
ID | gnhlbimaihlhefnlkaanaegnfdfimjoh |
URL Chính Thức | https://chromewebstore.google.com/detail/osrs-wiki-book/gnhlbimaihlhefnlkaanaegnfdfimjoh |
Mô tả | This extension makes the OSRS wiki look like an ancient book |
Kích Thước Tệp | 1.25 MB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2019-04-01 |
Ngày Phát Hành | 2019-04-01 |
Nhà Phát Triển | bouke.stam |
[email protected] | |
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": "OSRS Wiki Book", "version": "0.0.3", "manifest_version": 2, "description": "This extension makes the OSRS wiki look like an ancient book", "homepage_url": "http:\/\/extensionizr.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/oldschool.runescape.wiki\/w\/*" ], "exclude_matches": [ "https:\/\/oldschool.runescape.wiki\/w\/Optimal_quest_guide", "https:\/\/oldschool.runescape.wiki\/w\/Update:*", "https:\/\/oldschool.runescape.wiki\/w\/Calculator*", "https:\/\/oldschool.runescape.wiki\/w\/*_Diary", "https:\/\/oldschool.runescape.wiki\/w\/Money_making_guide*" ], "css": [ "src\/style.css" ], "js": [ "src\/script.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "library.jpg", "book.png" ] } |