My Search Tab
My Search Tab is a custom search engine with results powered by the most popular browser in the world
My Search Tabคืออะไร?
My Search Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://my-search-tab.com และคุณลักษณะหลักของมันคือ "My Search Tab is a custom search engine with results powered by the most popular browser in the world"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Search Tab
ดาวน์โหลดไฟล์ส่วนขยาย My Search Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension offers a great new web browsing experience with maximum functionality including address bar and new tab. In addition, along with the practical functionality and beautiful design, this extension will display your bookmark URLs in the new tab. Features include: - 100% free Chrome extension -Very easy to use with a clean set of results - Built specifically for search By clicking "Add to Chrome", I accept and agree to installing the My Search Tab Chrome extension and setting Chrome™ New Tab, Homepage takeover and Default Search to that provided by the service with results by Google, and the Terms of Use and Privacy Policy. Terms of Use: https://my-search-tab.com/terms.php Privacy Policy: https://my-search-tab.com/privacy.php
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gfpbibcndeamlknpijfmdbjamfibiaib |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-search-tab/gfpbibcndeamlknpijfmdbjamfibiaib |
คำอธิบาย | My Search Tab is a custom search engine with results powered by the most popular browser in the world |
ขนาดไฟล์ | 905 KB |
จำนวนการติดตั้ง | 235 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-09-08 |
วันที่เผยแพร่ | 2021-08-31 |
ผู้พัฒนา | https://my-search-tab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://my-search-tab.com |
URL หน้านโยบายความเป็นส่วนตัว | https://oxygenmediagroup.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My Search Tab", "short_name": "MySearchTab", "version": "1.0.1", "description": "My Search Tab is a custom search engine with results powered by the most popular browser in the world", "minimum_chrome_version": "90.0.000", "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/my-search-tab.com\/", "permissions": [ "storage" ], "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/mychromesearch.com\/templates\/mychromesearch.com\/img\/favicon.ico", "is_default": true, "keyword": "Keyword", "name": "My Search", "search_url": "https:\/\/mychromesearch.com\/search?q={searchTerms}" } }, "icons": { "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/96.png" }, "author": "Oxygen Media Group", "chrome_url_overrides": { "newtab": "index.html" } } |