PreviewImage
Make the images for preview
PreviewImageとは何ですか?
PreviewImageはMari Kumarによって開発されたChromeの拡張機能で、その主な機能は「Make the images for preview」です。
拡張機能のスクリーンショット
PreviewImage拡張機能のCRXファイルをダウンロード
PreviewImage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Users can rollover to all images and see them in an actual image sizes in every websites.
Version 2.2
---------------
1.Some of the images not Viewed in Facebook. that bug was resolved. 拡張機能の基本情報
| 名前 | |
| ID | hlkaeledkpjicnlipojpgpjgdpcpaloo |
| 公式URL | https://chromewebstore.google.com/detail/previewimage/hlkaeledkpjicnlipojpgpjgdpcpaloo |
| 説明 | Make the images for preview |
| ファイルサイズ | 5.16 KB |
| インストール数 | 630 |
| 現在のバージョン | 2.2 |
| 最終更新日 | 2014-12-13 |
| 公開日 | 2014-12-13 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Mari Kumar |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PreviewImage",
"description": "Make the images for preview",
"version": "2.2",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Preview All your Photo",
"default_icon": "icon.png"
},
"manifest_version": 2
} | |