Audiotool Plus
Enjoy contemporary styling and features for Audiotool.com
Audiotool Plusとは何ですか?
Audiotool Plusはnthveraによって開発されたChromeの拡張機能で、その主な機能は「Enjoy contemporary styling and features for Audiotool.com」です。
拡張機能のスクリーンショット
Audiotool Plus拡張機能のCRXファイルをダウンロード
Audiotool Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension primarily provides dark mode support for Audiotool.com, while also adding a more contemporary and subtle user interface meant to compete with other platforms. Under the hood, this is simply an extended stylesheet that allows the user to experience modern design with faster load times, because it's solely CSS rather than CSS and JavaScript
拡張機能の基本情報
名前 | |
ID | pmakapongiikhcmoakbbdddfmlhmlnhk |
公式URL | https://chrome.google.com/webstore/detail/audiotool-plus/pmakapongiikhcmoakbbdddfmlhmlnhk |
説明 | Enjoy contemporary styling and features for Audiotool.com |
ファイルサイズ | 2.75 MB |
インストール数 | 1,000 |
現在のバージョン | 2.1.11 |
最終更新日 | 2019-03-02 |
公開日 | 2019-03-02 |
評価 | 4.00/5 合計 10 レビュー |
開発者 | nthvera |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.audiotool.com |
ヘルプページのURL | https://www.audiotool.com/board/chitchat/audiotool_plus_-_in_the-dKKN6ypYP |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audiotool Plus", "description": "Enjoy contemporary styling and features for Audiotool.com", "version": "2.1.11", "manifest_version": 2, "icons": { "16": "\/src\/img\/ico\/default_x16.png", "32": "\/src\/img\/ico\/default_x32.png", "48": "\/src\/img\/ico\/default_x48.png", "128": "\/src\/img\/ico\/default_x128.png" }, "browser_action": { "default_icon": "\/src\/img\/ico\/default_x16.png" }, "permissions": [ "https:\/\/www.audiotool.com\/*", "activeTab" ], "content_scripts": [ { "js": [ "src\/dir\/js\/index.js" ], "css": [ "src\/dir\/css\/font\/arista-2.min.css", "src\/dir\/css\/font\/open-sans.min.css", "src\/dir\/css\/index.css", "src\/dir\/css\/img.css" ], "matches": [ "https:\/\/www.audiotool.com\/*" ] } ], "web_accessible_resources": [ "src\/img\/svg\/*.svg", "src\/img\/png\/*.png", "src\/font\/*.ttf" ] } |