Page Gallery
Displays a gallery of the images on the current page with filtering and sorting.
什么是Page Gallery?
Page Gallery是由https://jakobkallin.com开发的Chrome扩展程序,该扩展的主要功能是“Displays a gallery of the images on the current page with filtering and sorting.”。
扩展截图
下载Page Gallery扩展crx文件
下载Page Gallery扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting! 扩展基本信息
| 名称 | |
| ID | akpgagdbjionahjaiopopkiopakcoebp |
| 官方URL | https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp |
| 简介 | Displays a gallery of the images on the current page with filtering and sorting. |
| 文件大小 | 16.85 KB |
| 安装次数 | 900 |
| 当前版本 | 0.0.0.3 |
| 更新时间 | 2017-02-10 |
| 上架时间 | 2017-02-10 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | https://jakobkallin.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Page Gallery",
"version": "0.0.0.3",
"description": "Displays a gallery of the images on the current page with filtering and sorting.",
"author": "Jakob Kallin",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "images\/icon-16.png",
"default_title": "Show page gallery",
"default_popup": "popup.html"
}
} | |