Eco Search

Use Eco Search in the New Tab page.

Eco Searchคืออะไร?

Eco Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย uepselon และคุณลักษณะหลักของมันคือ "Use Eco Search in the New Tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eco Search

ดาวน์โหลดไฟล์ส่วนขยาย Eco Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Search with "Eco Search" and get optimized search suggestions and results. 

This extension adds the eco search box on the New Tab page.

Search results and suggestions are powered by Bing!

By installing Eco Search you will change your New Tab page.

You may remove or disable this extension anytime.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Eco Search Eco Search
ID dglpocfnfjbehlapidkpceibekhjnabd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eco-search/dglpocfnfjbehlapidkpceibekhjnabd
คำอธิบาย Use Eco Search in the New Tab page.
ขนาดไฟล์ 1.84 MB
จำนวนการติดตั้ง 6,250
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-12-23
วันที่เผยแพร่ 2020-06-10
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา uepselon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.addonsearch.net/privacy.html
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eco Search",
    "version": "2.0.1",
    "permissions": [],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.addonsearch.net\/*",
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "__MSG_description__",
    "action": {
        "default_icon": "img\/64.png"
    },
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "content_security_policy": []
}