Imgur Peeker

Adds a link next to the user's name to go directly to albums.

什麼是Imgur Peeker?

Imgur Peeker是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Adds a link next to the user's name to go directly to albums.”。

擴展截圖

screenshot

下載Imgur Peeker擴展crx文件

下載Imgur Peeker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds a link next to the user's name to go directly to albums.                    

擴展基本資訊

名稱 Imgur Peeker Imgur Peeker
ID imblcbiihlokenchlldaibjfhpglpfod
官方網址 https://chromewebstore.google.com/detail/imgur-peeker/imblcbiihlokenchlldaibjfhpglpfod
簡介 Adds a link next to the user's name to go directly to albums.
檔案大小 26.31 KB
安裝次數 446
目前版本 2.1.0
更新時間 2017-01-26
上架時間 2017-01-26
評分 3.38/5 共 13 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Peeker",
    "description": "Adds a link next to the user's name to go directly to albums.",
    "version": "2.1.0",
    "icons": {
        "48": "gir48.png",
        "128": "gir128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "gir48.png",
            "128": "gir128.png"
        },
        "default_title": "Imgur Peeker"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}