File Viewer and Reader
Allows you to view files of various formats from your disk.
File Viewer and Readerとは何ですか?
File Viewer and Readerはhttp://fileviewer.gaによって開発されたChromeの拡張機能で、その主な機能は「Allows you to view files of various formats from your disk.」です。
拡張機能のスクリーンショット
File Viewer and Reader拡張機能のCRXファイルをダウンロード
File Viewer and Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
File Viewer and Reader - allows you to view files of various formats from your disk and dropbox. Supported file formats: Document - RTF, HTML, TXT and other text files. Office - DOCX, XLSX, PPTX. Book - PDF, EPUB, FB2, MOBI. Comic - CBR, CBT, CBZ. Audio - MP3, FLAC, WAV, MIDI. Video - MP4, WEBM, OGG, AVI, MKV. Image - GIF, PSD, SVG, PNG, JPG, JFIF, ICO. 3D - SWF (Flash), GLB, GLTF.
拡張機能の基本情報
名前 | |
ID | gkogicldnclmcmmhfhgcpcbgebkcdabd |
公式URL | https://chrome.google.com/webstore/detail/file-viewer-and-reader/gkogicldnclmcmmhfhgcpcbgebkcdabd |
説明 | Allows you to view files of various formats from your disk. |
ファイルサイズ | 45.22 KB |
インストール数 | 683 |
現在のバージョン | 2.1 |
最終更新日 | 2021-06-30 |
公開日 | 2021-05-05 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | http://fileviewer.ga |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "File Viewer and Reader", "description": "Allows you to view files of various formats from your disk.", "version": "2.1", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/fileviewer.ga\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "File Viewer and Reader" }, "manifest_version": 2 } |