Super Bikes
An excellent new tab extension for your Chrome browser with a Super Bikes theme.
Super Bikesとは何ですか?
Super BikesはMytech Mediaによって開発されたChromeの拡張機能で、その主な機能は「An excellent new tab extension for your Chrome browser with a Super Bikes theme.」です。
拡張機能のスクリーンショット
Super Bikes拡張機能のCRXファイルをダウンロード
Super Bikes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make a great SuperBikes or SuperBikes-related image for the new tabs' background! Additionally, the Add-on offers users a Custom Web Search in the New Tab. You accept the TOS and Privacy Policy and agree to select SuperBikes Tab as your new tab page by installing the "Super Bikes Tab" Add-on. Bing will offer the search tools that will be used in the plugin. However, your browser's default search settings won't alter due to the extension.
拡張機能の基本情報
名前 | Super Bikes |
ID | inemgfodgjbgienciebgbfbapoigahkd |
公式URL | https://chromewebstore.google.com/detail/super-bikes/inemgfodgjbgienciebgbfbapoigahkd |
説明 | An excellent new tab extension for your Chrome browser with a Super Bikes theme. |
ファイルサイズ | 1.51 MB |
インストール数 | 43 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-10-15 |
公開日 | 2022-09-02 |
開発者 | Mytech Media |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.superbikestab.com/ |
ヘルプページのURL | https://www.superbikestab.com/contact |
プライバシーポリシーページのURL | https://www.superbikestab.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Super Bikes", "version": "1.0.3", "description": "An excellent new tab extension for your Chrome browser with a Super Bikes theme.", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "Tabatoo", "homepage_url": "https:\/\/www.superbikestab.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.superbikestab.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } } |