In-Browser File Viewer
Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!
In-Browser File Viewer là gì?
In-Browser File Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://www.alexandernorup.com, và tính năng chính của nó là "Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!".
Ả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 In-Browser File Viewer
Tải xuống các tệp mở rộng In-Browser File 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
Note: This extension requires permission "webNavigation" because it has to redirect users when they open a file with a known extension. This shows up as "Browser History" when Chrome installs this extension. This extension will never save any information from your browser or your history. This is a very simple extension that allows for viewing files inside the web browser, that you normally wouldn't be able to view. Sometimes you come upon a website hosting to a Microsoft Word file (.docx) that you want to read. But it takes time for the file to download, and for Word to open and browse the file. Using this extension you can view the file right inside Google Chrome WITHOUT downloading the file to your computer. The extension uses Google Docs to view the files. Easy and secure. You can still download files if you want to. (see screenshot) The current version of this extension can view the following file-types: .docx, .doc, .pptx, .ppt, .xlsx, .xlsx, .ai, .eps
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | In-Browser File Viewer |
ID | fgjpbkpdakjgkgndpophdhjdnkchijjd |
URL Chính Thức | https://chromewebstore.google.com/detail/in-browser-file-viewer/fgjpbkpdakjgkgndpophdhjdnkchijjd |
Mô tả | Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive! |
Kích Thước Tệp | 8.22 KB |
Số Lần Cài Đặt | 2,651 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2019-07-18 |
Ngày Phát Hành | 2019-07-18 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.alexandernorup.com |
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": "In-Browser File Viewer", "short_name": "IBFW", "version": "0.1.1", "manifest_version": 2, "author": "Alexander N", "description": "Allows users to view files like .docx, .pptx, .eps and more in-browser through Google Drive!", "permissions": [ "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |