SHARP

Removes rounded corners from Tumblr.

SHARP क्या है?

SHARP becca.ooo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes rounded corners from Tumblr."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SHARP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}