Web Archive Viewer
Easily view archived (cached) webpages via seven different engines.
Web Archive Viewer là gì?
Web Archive Viewer là một tiện ích mở rộng Chrome được phát triển bởi loora, và tính năng chính của nó là "Easily view archived (cached) webpages via seven different engines.".
Ả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 Web Archive Viewer
Tải xuống các tệp mở rộng Web Archive Viewer 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
Web Archive Viewer is an extension that help you easily see the cached version of any website. This add-on uses seven different engines to render the website's archive version. By default, three engines are selected, but you can add or remove them at any time via the option's page. When you visit a page, simply open toolbar popup UI and then click on a desired archive engine. A new tab will be open to render the cached version of the current tab. Please note that, not all websites have a cached version. Moreover, depending on the archive engine that you choose the cached version might look different. If you see any bug, or have a feature request in mind, please fill the bug report form at the add-on's homepage (http://mybrowseraddon.com/web-archive-viewer.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Web Archive Viewer |
ID | cbgncbhpofjkcpihgcpiekmfafpokabb |
URL Chính Thức | https://chromewebstore.google.com/detail/web-archive-viewer/cbgncbhpofjkcpihgcpiekmfafpokabb |
Mô tả | Easily view archived (cached) webpages via seven different engines. |
Kích Thước Tệp | 34.7 KB |
Số Lần Cài Đặt | 6,122 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2018-10-08 |
Ngày Phát Hành | 2018-10-08 |
Đánh Giá | 4.20/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | loora |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mybrowseraddon.com/web-archive-viewer.html |
URL Trang Trợ Giúp | http://mybrowseraddon.com/web-archive-viewer.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0", "manifest_version": 2, "name": "Web Archive Viewer", "permissions": [ "tabs", "storage" ], "short_name": "web-archive-viewer", "background": { "page": "lib\/chrome\/background.html" }, "homepage_url": "http:\/\/mybrowseraddon.com\/web-archive-viewer.html", "options_ui": { "chrome_style": true, "page": "data\/options\/options.html" }, "description": "Easily view archived (cached) webpages via seven different engines.", "browser_action": { "default_title": "Web Archive Viewer", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |