SHARP
Removes rounded corners from Tumblr.
Cos'è SHARP?
SHARP è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "Removes rounded corners from Tumblr.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SHARP
Scarica i file di estensione SHARP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SHARP |
ID | adghfmelkopiojohfdlfaphobhjjahjh |
URL Ufficiale | https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh |
Descrizione | Removes rounded corners from Tumblr. |
Dimensione del File | 4.74 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2015-05-22 |
Data di Pubblicazione | 2015-05-22 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | becca.ooo |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |