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 |
| 官方網址 | 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"
]
} | |