SHARP
Removes rounded corners from Tumblr.
什么是SHARP?
SHARP是由becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“Removes rounded corners from Tumblr.”。
扩展截图
下载SHARP扩展crx文件
下载SHARP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SHARP |
ID | adghfmelkopiojohfdlfaphobhjjahjh |
官方URL | https://chromewebstore.google.com/detail/sharp/adghfmelkopiojohfdlfaphobhjjahjh |
简介 | Removes rounded corners from Tumblr. |
文件大小 | 4.74 KB |
安装次数 | 76 |
当前版本 | 1.3 |
更新时间 | 2015-05-22 |
上架时间 | 2015-05-22 |
评分 | 5.00/5 共5次评分 |
开发者 | becca.ooo |
付费类型 | free |
支持的语言 | 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" ] } ] } |