SHARP
Removes rounded corners from Tumblr.
Wat is SHARP?
SHARP is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "Removes rounded corners from Tumblr.".
Extensie Screenshots
Download het CRX-bestand van de extensie SHARP
Download SHARP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | adghfmelkopiojohfdlfaphobhjjahjh |
| Officiële URL | https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh |
| Beschrijving | Removes rounded corners from Tumblr. |
| Bestandsgrootte | 4.74 KB |
| Aantal Installaties | 76 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2015-05-22 |
| Publicatiedatum | 2015-05-22 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | becca.ooo |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |