TabX
Enhances the browsing experience by changing the default search engine
TabXとは何ですか?
TabXはCrosa Appsによって開発されたChromeの拡張機能で、その主な機能は「Enhances the browsing experience by changing the default search engine」です。
拡張機能のスクリーンショット
TabX拡張機能のCRXファイルをダウンロード
TabX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabX is an extension will - Change the default search engine functionality to WebSearches. Some important information for you: - By clicking on the 'Add to Chrome' button and installing TabX extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. - By installing, TabX will change your Chrome's default search. - You may remove or disable this extension anytime. - Review our Terms of Service: https://newtaber.com/tos.html Contact us! We'd love to hear from you: [email protected]
拡張機能の基本情報
名前 | |
ID | eminfcgojjkkiodcjhcllcfielmgfmhi |
公式URL | https://chrome.google.com/webstore/detail/tabx/eminfcgojjkkiodcjhcllcfielmgfmhi |
説明 | Enhances the browsing experience by changing the default search engine |
ファイルサイズ | 82.78 KB |
インストール数 | 5,395 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-02-17 |
公開日 | 2021-07-07 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Crosa Apps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://newtaber.com/ |
ヘルプページのURL | https://newtaber.com/#contactus |
プライバシーポリシーページのURL | https://newtaber.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabX", "version": "0.0.3", "manifest_version": 3, "description": "Enhances the browsing experience by changing the default search engine", "chrome_url_overrides": { "newtab": "newtab.html" }, "chrome_settings_overrides": { "search_provider": { "name": "WebSearch", "keyword": "websearch", "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}", "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "assets\/icons\/logo.png", "48": "assets\/icons\/logo.png", "128": "assets\/icons\/logo.png" } } |