SHARP

Removes rounded corners from Tumblr.

SHARPคืออะไร?

SHARP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Removes rounded corners from Tumblr."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This time, we aren’t cutting corners!

Note: the screenshots are old but the extension is kept up to date, and should remain compatible with future updates.                    

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

ชื่อ SHARP SHARP
ID adghfmelkopiojohfdlfaphobhjjahjh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh
คำอธิบาย Removes rounded corners from Tumblr.
ขนาดไฟล์ 4.74 KB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-05-22
วันที่เผยแพร่ 2015-05-22
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา becca.ooo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SHARP",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Removes rounded corners from Tumblr.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}