SHARP

Removes rounded corners from Tumblr.

Qu'est-ce que SHARP ?

SHARP est une extension Chrome développée par becca.ooo, et sa fonction principale est "Removes rounded corners from Tumblr.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SHARP

Téléchargez les fichiers d'extension SHARP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SHARP SHARP
ID adghfmelkopiojohfdlfaphobhjjahjh
URL Officiel https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh
Description Removes rounded corners from Tumblr.
Taille du Fichier 4.74 KB
Nombre d'Installations 76
Version Actuelle 1.3
Dernière Mise à Jour 2015-05-22
Date de Publication 2015-05-22
Évaluation 5.00/5 Total 5 Évaluations
Développeur becca.ooo
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}