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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}