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.
扩展基本信息
名称 | Fullscreen Image |
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 |
电子邮箱 | [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 } } |