imgur heart

Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love

imgur heartคืออะไร?

imgur heart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย from-nibly และคุณลักษณะหลักของมันคือ "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย imgur heart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Other Features
Adds tags to bottom bar.
Adds upvote bar with optional inline vote statistics.
Op is a ___ feature where you can change OP to whatever you want.
Can change the imgur site text color.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ imgur heart imgur heart
ID kcdgmpophadgjfkjdefoinnbnikhlone
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imgur-heart/kcdgmpophadgjfkjdefoinnbnikhlone
คำอธิบาย Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.18
อัปเดตครั้งล่าสุด 2015-06-11
วันที่เผยแพร่ 2015-06-11
คะแนน 4.95/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา from-nibly
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://fromnibly.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "imgur heart",
    "description": "Adds features like highlighting famous imgurians, upvote bar to the people and heartwarming green that we know and love",
    "version": "1.18",
    "options_page": "options\/options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "img\/bigicon.png"
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "browser_action": {
        "name": "bring back heart",
        "icons": [
            "img\/icon.png"
        ],
        "default_icon": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "lib\/js\/jquery.js",
            "options\/event.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "background\/background.css",
                "lib\/css\/bootstrap.css"
            ],
            "js": [
                "lib\/js\/jquery.js",
                "background\/background.js",
                "lib\/js\/bootstrap.min.js"
            ],
            "matches": [
                "http:\/\/imgur.com\/gallery\/*",
                "https:\/\/imgur.com\/gallery\/*",
                "http:\/\/*.imgur.com\/gallery\/*",
                "https:\/\/*.imgur.com\/gallery\/*",
                "http:\/\/imgur.com\/t\/*\/*",
                "https:\/\/imgur.com\/t\/*\/*",
                "http:\/\/*.imgur.com\/t\/*\/*",
                "https:\/\/*.imgur.com\/t\/*\/*",
                "http:\/\/imgur.com\/topic\/*\/*",
                "https:\/\/imgur.com\/topic\/*\/*",
                "http:\/\/*.imgur.com\/topic\/*\/*",
                "https:\/\/*.imgur.com\/topic\/*\/*",
                "http:\/\/anton-portfolio.info\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/sprites.png",
        "css\/greenheart.css"
    ]
}