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" ] } ] } |