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)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gallery Builder

قم بتنزيل ملفات الامتداد Gallery Builder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}