Gallery Builder
Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)
什么是Gallery Builder?
Gallery Builder是由Muthukumaran Navaneethakrishnan开发的Chrome扩展程序,该扩展的主要功能是“Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)”。
扩展截图
下载Gallery Builder扩展crx文件
下载Gallery Builder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Build Gallery generate imageurls based on numbers alphabets See all images in fullsize in a singlepage. View All High Resolution Images in single page View All Linked Images in single page version 1.8 New context menu for creating gallery for all high resolution images version 1.7 New context menu for showing all link to images in single page version 1.6 Flickr Gallery builder support version 1.4 Picasa Gallery builder support app size reduction For support contact https://www.facebook.com/GalleryBuilder-809932622490037/
扩展基本信息
名称 | Gallery Builder |
ID | ponmbnlcggefmcgbojionjolapgloaah |
官方URL | https://chromewebstore.google.com/detail/gallery-builder/ponmbnlcggefmcgbojionjolapgloaah |
简介 | Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment) |
文件大小 | 137 KB |
安装次数 | 325 |
当前版本 | 1.8.0 |
更新时间 | 2021-03-24 |
上架时间 | 2020-05-21 |
评分 | 3.40/5 共5次评分 |
开发者 | Muthukumaran Navaneethakrishnan |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://deemwar.com/chrome-extn-privacypolicy.htm |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Muthukumaran Navaneethakrishnan(https:\/\/github.com\/muthuishere)", "background": { "scripts": [ "scripts\/global.js" ] }, "description": "Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)", "icons": { "128": "images\/gallery-builder-128.png", "48": "images\/gallery-builder-48.png", "64": "images\/gallery-builder-64.png" }, "page_action": { "default_icon": "images\/gallery-builder-19.png", "default_title": "Gallery Builder" }, "manifest_version": 2, "name": "Gallery Builder", "options_page": "faq\/index.html", "permissions": [ "tabs", "contextMenus", "declarativeContent", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "short_name": "gallery-builder", "version": "1.8.0", "web_accessible_resources": [ "images\/*.png", "images\/*.svg", "faq\/images\/*.png" ] } |