Imgur Peeker

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

Imgur Peekerคืออะไร?

Imgur Peeker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a link next to the user's name to go directly to albums."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur Peeker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}