Full Window Image Viewer
View images on the current page as a slideshow.
Full Window Image Viewerとは何ですか?
Full Window Image Viewerはhttp://toptip.caによって開発されたChromeの拡張機能で、その主な機能は「View images on the current page as a slideshow.」です。
拡張機能のスクリーンショット
Full Window Image Viewer拡張機能のCRXファイルをダウンロード
Full Window Image Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image. Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.
拡張機能の基本情報
名前 | |
ID | poakplgknboogmjglihkhdgpljkmajel |
公式URL | https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel |
説明 | View images on the current page as a slideshow. |
ファイルサイズ | 37.48 KB |
インストール数 | 4,173 |
現在のバージョン | 3.2 |
最終更新日 | 2013-09-02 |
公開日 | 2013-09-02 |
評価 | 3.05/5 合計 44 レビュー |
開発者 | http://toptip.ca |
支払い方法 | free |
拡張機能のウェブサイト | http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Window Image Viewer", "version": "3.2", "manifest_version": 2, "description": "View images on the current page as a slideshow.", "browser_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "background": { "scripts": [ "imageviewerbg.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |