Planty-Search
Planty-Search extension allows you to search directly from new tab.
什么是Planty-Search?
Planty-Search是由admin开发的Chrome扩展程序,该扩展的主要功能是“Planty-Search extension allows you to search directly from new tab.”。
扩展截图
下载Planty-Search扩展crx文件
下载Planty-Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Planty-Search is an easy to use, space themed search new tab extension.
Planty-Search - Space background themed new tab that allows you to search and navigate easily to your favorite bookmarks.
For more information please visit: https://planty-search.com
Enjoy and please don't forget to leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the Planty-Search Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://planty-search.com/#terms_of_service privacy policy at https://planty-search.com/#privacy_policy.
The extension will update your new-tab search engine to be powered by Bing. 扩展基本信息
| 名称 | |
| ID | plnjlfpbjnjhmjgjohcfbdmgacancdmg |
| 官方URL | https://chromewebstore.google.com/detail/planty-search/plnjlfpbjnjhmjgjohcfbdmgacancdmg |
| 简介 | Planty-Search extension allows you to search directly from new tab. |
| 文件大小 | 4.28 MB |
| 安装次数 | 23,396 |
| 当前版本 | 1.0.6 |
| 更新时间 | 2022-10-02 |
| 上架时间 | 2022-08-29 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | admin |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://planty-search.com |
| 帮助页面URL | https://planty-search.com/#contact |
| 隐私政策页面URL | https://shareswishes.com/policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Planty-Search",
"short_name": "Planty-Search",
"version": "1.0.6",
"description": "Planty-Search extension allows you to search directly from new tab.",
"chrome_url_overrides": {
"newtab": "new-tab.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"action": {
"browser_style": false,
"default_icon": "icons\/128.png",
"default_title": "Planty-Search"
},
"permissions": [
"bookmarks"
]
} | |