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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
} | |