Better Tangerine
This should help make Tangerine's new website looks a little bit less ugly.
Better Tangerineとは何ですか?
Better Tangerineはorditeckによって開発されたChromeの拡張機能で、その主な機能は「This should help make Tangerine's new website looks a little bit less ugly.」です。
拡張機能のスクリーンショット
Better Tangerine拡張機能のCRXファイルをダウンロード
Better Tangerine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes several changes to the new Tangerine website to hide some useless information and reorder some elements. Source are available on github.
拡張機能の基本情報
名前 | |
ID | jkidkbhgpeeappdjjnkjnmdeenddohgc |
公式URL | https://chromewebstore.google.com/detail/better-tangerine/jkidkbhgpeeappdjjnkjnmdeenddohgc |
説明 | This should help make Tangerine's new website looks a little bit less ugly. |
ファイルサイズ | 70.05 KB |
インストール数 | 58 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-10-01 |
公開日 | 2017-10-01 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | orditeck |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/orditeck/better-tangerine |
ヘルプページのURL | https://github.com/orditeck/better-tangerine |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Tangerine", "description": "This should help make Tangerine's new website looks a little bit less ugly.", "version": "0.0.1", "web_accessible_resources": [ "injected.js" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "inject.js" ], "matches": [ "https:\/\/www.tangerine.ca\/app\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |