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 |
官方網址 | 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 |
電子郵箱 | [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" } |