Page Gallery

Displays a gallery of the images on the current page with filtering and sorting.

ما هو Page Gallery؟

Page Gallery هو إضافة Chrome تم تطويرها بواسطة https://jakobkallin.com، والميزة الرئيسية لها هي "Displays a gallery of the images on the current page with filtering and sorting.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Page Gallery بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Looking through a confusing image gallery or trying to find the largest version of an image on a page? Open the Page Gallery and see every image in a handy overview with filtering and sorting!                    

معلومات أساسية عن التمديد

الاسم Page Gallery Page Gallery
ID akpgagdbjionahjaiopopkiopakcoebp
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-gallery/akpgagdbjionahjaiopopkiopakcoebp
الوصف Displays a gallery of the images on the current page with filtering and sorting.
حجم الملف 16.85 KB
عدد التثبيتات 900
النسخة الحالية 0.0.0.3
آخر تحديث 2017-02-10
تاريخ النشر 2017-02-10
تقييم 4.33/5 مجموع تقييمات 3
المطور https://jakobkallin.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Page Gallery",
    "version": "0.0.0.3",
    "description": "Displays a gallery of the images on the current page with filtering and sorting.",
    "author": "Jakob Kallin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "Show page gallery",
        "default_popup": "popup.html"
    }
}