Fullscreen Image
View any image in fullscreen mode by right-clicking it.
Fullscreen Imageとは何ですか?
Fullscreen Imageはhttps://jakobkallin.comによって開発されたChromeの拡張機能で、その主な機能は「View any image in fullscreen mode by right-clicking it.」です。
拡張機能のスクリーンショット
Fullscreen Image拡張機能のCRXファイルをダウンロード
Fullscreen Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right-click any image to view it in fullscreen mode, cropped to fit the entire screen for maximum immersion. 拡張機能の基本情報
| 名前 | |
| ID | emlgbimicfdajjogdfjimamoedlibpnj |
| 公式URL | https://chromewebstore.google.com/detail/fullscreen-image/emlgbimicfdajjogdfjimamoedlibpnj |
| 説明 | View any image in fullscreen mode by right-clicking it. |
| ファイルサイズ | 10.03 KB |
| インストール数 | 2,518 |
| 現在のバージョン | 0.0.0.3 |
| 最終更新日 | 2017-05-10 |
| 公開日 | 2017-05-10 |
| 評価 | 4.91/5 合計 11 レビュー |
| 開発者 | https://jakobkallin.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fullscreen Image",
"version": "0.0.0.3",
"description": "View any image in fullscreen mode by right-clicking it.",
"author": "Jakob Kallin",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"contextMenus",
"storage",
"file:\/\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |