Page Gallery

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

什麼是Page Gallery?

Page Gallery是由https://jakobkallin.com開發的Chrome擴展程式,該擴展的主要功能是“Displays a gallery of the images on the current page with filtering and sorting.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Page Gallery擴展crx文件

下載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
官方網址 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"
    }
}