SHARP
Removes rounded corners from Tumblr.
What is SHARP?
SHARP is a Chrome extension developed by becca.ooo, and its main feature is "Removes rounded corners from Tumblr.".
Extension Screenshots
Download SHARP Extension CRX File
Download SHARP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SHARP |
ID | adghfmelkopiojohfdlfaphobhjjahjh |
Official URL | https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh |
Description | Removes rounded corners from Tumblr. |
File Size | 4.74 KB |
Installation Count | 76 |
Current Version | 1.3 |
Last Updated | 2015-05-22 |
Publish Date | 2015-05-22 |
Rating | 5.00/5 Total 5 Ratings |
Developer | becca.ooo |
Payment Type | free |
Supported Languages | 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" ] } ] } |