StormFiles

This extension helps you to read the documents offline in your browser without any programs

StormFiles là gì?

StormFiles là một tiện ích mở rộng Chrome được phát triển bởi webschik, và tính năng chính của nó là "This extension helps you to read the documents offline in your browser without any programs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StormFiles

Tải xuống các tệp mở rộng StormFiles 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

                        View your documents, such as Microsoft Word files, images, fb2 files, etc. (see supported formats below) without needing Office or another software installed on your computer. 

Once the extension is installed you will be able to open your documents in StormFiles viewer.
You can view files from your local drive or by link.

Supported formats:
.docx,
.odt, 
.epub,
.pages,
.fb2, 
.txt, 
.csv, 
.tsv,
.gif, 
.jpg, 
.jpeg, 
.pjpeg, 
.png, 
.svg, 
.ico

Upcoming formats:
.rtf

Please, rate us or leave your feedback and requests about new features!

UPDATE NOTES:
* 6.1.1 - bug fixes
* 6.0.0:   
   - fixed encoding bugs in FB2 
   - fixed scrolling bugs in spreadsheets viewer
   - simplified UI
* 5.7.0   - added a previewer for Apple Pages (.pages) files
* 5.6.0   - fixed links and images rendering in FB2
* 5.1.0   - added text recognition to image viewer
* 4.6.0   - added zoom options to image viewer
* 4.5.4
    - performance improvements;
    - support reading of files from .zip archive
    - support .pdf files
* 4.3.1   - added saving of the last read position in file
* 3.3.1   - fixes for print function and minor bugs
* 3.2.25 - fix document rendering bugs
* 3.2.24 - fix rendering bugs on Windows
* 3.2.23 - fix CSV, TSV line breaks
* 3.2.22 - show line breaks in .txt files
* 3.2.21 - support *.fb2.zip files                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StormFiles StormFiles
ID ickghndjocahgacnfaakbmbokmfneahd
URL Chính Thức https://chrome.google.com/webstore/detail/stormfiles/ickghndjocahgacnfaakbmbokmfneahd
Mô tả This extension helps you to read the documents offline in your browser without any programs
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 6,076
Phiên Bản Hiện Tại 6.1.2
Cập Nhật Lần Cuối 2022-07-20
Ngày Phát Hành 2020-06-06
Đánh Giá 3.38/5 Tổng số 68 Đánh Giá
Nhà Phát Triển webschik
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StormFiles",
    "short_name": "StormFiles",
    "version": "6.1.2",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16x16.png",
        "19": "images\/icons\/19x19.png",
        "32": "images\/icons\/32x32.png",
        "38": "images\/icons\/38x38.png",
        "48": "images\/icons\/48x48.png",
        "64": "images\/icons\/64x64.png",
        "96": "images\/icons\/96x96.png",
        "128": "images\/icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "fileBrowserHandler"
    ],
    "content_security_policy": "default-src 'self';connect-src 'self' file: http: https: blob: filesystem:;script-src 'self' 'unsafe-eval' blob: https:\/\/cdn.jsdelivr.net\/ https:\/\/tessdata.projectnaptha.com\/;object-src 'self' blob:;img-src 'self' 'unsafe-inline' data: blob:;style-src 'self' 'unsafe-inline' data: blob:;font-src 'self' 'unsafe-inline' data: blob:",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16x16.png",
            "19": "images\/icons\/19x19.png",
            "32": "images\/icons\/32x32.png",
            "38": "images\/icons\/38x38.png",
            "48": "images\/icons\/48x48.png",
            "64": "images\/icons\/64x64.png",
            "96": "images\/icons\/96x96.png",
            "128": "images\/icons\/128x128.png"
        },
        "default_title": "StormFiles"
    },
    "offline_enabled": true,
    "file_browser_handlers": [
        {
            "id": "upload",
            "default_title": "__MSG_contextMenu_openWith__",
            "file_filters": [
                "filesystem:*.ico",
                "filesystem:*.txt",
                "filesystem:*.docx",
                "filesystem:*.fb",
                "filesystem:*.fb2",
                "filesystem:*.fb2.zip",
                "filesystem:*.odt",
                "filesystem:*.epub",
                "filesystem:*.csv",
                "filesystem:*.tsv",
                "filesystem:*.tab",
                "filesystem:*.pages"
            ]
        }
    ],
    "minimum_chrome_version": "75"
}