SHARP
Removes rounded corners from Tumblr.
Was ist SHARP?
SHARP ist eine Chrome-Erweiterung, die von becca.ooo entwickelt wurde, und ihr Hauptmerkmal ist "Removes rounded corners from Tumblr.".
Erweiterungsscreenshots
SHARP-Erweiterungs-CRX-Datei herunterladen
Laden Sie SHARP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SHARP |
ID | adghfmelkopiojohfdlfaphobhjjahjh |
Offizielle URL | https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh |
Beschreibung | Removes rounded corners from Tumblr. |
Dateigröße | 4.74 KB |
Installationsanzahl | 76 |
Aktuelle Version | 1.3 |
Letztes Update | 2015-05-22 |
Veröffentlichungsdatum | 2015-05-22 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | becca.ooo |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |