Gallery Builder
Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)
Τι είναι το Gallery Builder;
Το Gallery Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muthukumaran Navaneethakrishnan, και η κύρια λειτουργία του είναι "Generate gallery from single image to list of images (if image just has numeric increment or alphabet increment)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gallery Builder
Λήψη αρχείων επέκτασης 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/ Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |