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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gallery Builder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |