TurtlesTab
TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.
TurtlesTabとは何ですか?
TurtlesTabはhttps://turtlestab.comによって開発されたChromeの拡張機能で、その主な機能は「TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.」です。
拡張機能のスクリーンショット
TurtlesTab拡張機能のCRXファイルをダウンロード
TurtlesTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TurtlesTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite turtle. It's also shows most frequent websites. By clicking "Add to chrome", I accept and agree to installing the TurtlesTab extension and setting Chrome™ new tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be provided by Microsoft bing terms: https://www.turtlestab.com/content/tos privacy: https://www.turtlestab.com/content/privacy
拡張機能の基本情報
名前 | TurtlesTab |
ID | nhpolochcachnidmmfkdgpnhbjknahmm |
公式URL | https://chromewebstore.google.com/detail/turtlestab/nhpolochcachnidmmfkdgpnhbjknahmm |
説明 | TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab. |
ファイルサイズ | 206 KB |
インストール数 | 4,000 |
現在のバージョン | 1.0.5 |
最終更新日 | 2024-01-03 |
公開日 | 2023-08-30 |
開発者 | https://turtlestab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.turtlestab.com |
ヘルプページのURL | https://www.turtlestab.com/content/contact |
プライバシーポリシーページのURL | https://www.turtlestab.com/content/privacy |
対応言語 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" }, "description": "TurtlesTab Chrome extension is designed to bring beautiful images of a variety of Turtle species to your browser's new tab.", "icons": { "128": "\/media\/turtle128.png", "16": "\/media\/turtle16.png", "32": "\/media\/turtle32.png", "48": "\/media\/turtle48.png" }, "manifest_version": 3, "name": "TurtlesTab", "permissions": [ "storage", "topSites" ], "short_name": "TurtlesTab", "host_permissions": [ "*:\/\/*.TurtlesTab.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |