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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |