Planty-Search
Planty-Search extension allows you to search directly from new tab.
Planty-Searchคืออะไร?
Planty-Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Planty-Search extension allows you to search directly from new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planty-Search
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
} | |