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. 擴展基本資訊
| 名稱 | |
| ID | adghfmelkopiojohfdlfaphobhjjahjh |
| 官方網址 | 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"
]
}
]
} | |