Search Potato
Search Potato is your shopping and browsing pal - All your important and useful links are in one place.
什么是Search Potato?
Search Potato是由Search-potato开发的Chrome扩展程序,该扩展的主要功能是“Search Potato is your shopping and browsing pal - All your important and useful links are in one place.”。
扩展截图
下载Search Potato扩展crx文件
下载Search Potato扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Search Potato" - Your Gateway to Effortless Browsing:
Introducing "Search Potato," a sleek new tab extension designed to transform your browsing experience. Say goodbye to distractions and hello to a streamlined interface that provides quick access to the most useful shortcuts right from your new tab page.
Key Features:
🔍 Powerful Bing-Powered Search:
Harness the strength of the Bing engine seamlessly integrated into your new tab. Enjoy lightning-fast and accurate search results without leaving the comfort of your browsing space.
🚀 Instant Shortcut Access:
Boost your productivity with easy access to essential shortcuts directly on your new tab page. Navigate swiftly between your favorite websites and tools, eliminating unnecessary clicks.
🎨 Customizable Shortcut Carousel:
Tailor your shortcut carousel to suit your preferences. Organize, add, or remove shortcuts based on your most frequent tasks, creating a personalized browsing experience that revolves around your needs.
Upgrade Your Browsing Journey:
Enhance your Chrome New Tab experience by adding the "Search Potato" extension. Click "Add to Chrome" now and embark on a browsing adventure where efficiency meets simplicity!
Note:
By clicking "Add to Chrome," you willingly install the Search Potato extension. Additionally, the extension optimizes Chrome New Tab's search functionality for a smoother and more intuitive browsing experience. 扩展基本信息
| 名称 | |
| ID | hcbjpficgoncibphmgngnbmkghogdelj |
| 官方URL | https://chromewebstore.google.com/detail/search-potato/hcbjpficgoncibphmgngnbmkghogdelj |
| 简介 | Search Potato is your shopping and browsing pal - All your important and useful links are in one place. |
| 文件大小 | 265 KB |
| 安装次数 | 48,407 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-12-21 |
| 上架时间 | 2023-12-06 |
| 评分 | 4.59/5 共73次评分 |
| 开发者 | Search-potato |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://search-potato.com/ |
| 帮助页面URL | https://search-potato.com/contact.html |
| 隐私政策页面URL | https://search-potato.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "background.js"
},
"description": "Search Potato is your shopping and browsing pal - All your important and useful links are in one place.",
"icons": {
"128": "search-potato-favicon.png"
},
"manifest_version": 3,
"name": "Search Potato",
"offline_enabled": true,
"version": "1.1",
"host_permissions": [
"*:\/\/*.search-potato.com\/*"
]
} | |