SearchExt

SearchExt New Tab

SearchExtคืออะไร?

SearchExt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amelysara78 และคุณลักษณะหลักของมันคือ "SearchExt New Tab"

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

screenshot

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

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

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

                        This extension sets your search engine to ‘ SearchExt’ and customizes your New Tab Search  so you can clear your searches and browsing history.
Your browser's new tab search will be changed to be powered by Microsoft Bing.
 ‘ SearchExt’ is like any search engine you are familiar with, which combines very useful tool behind it -  Clearing  browsing history effectively just with one click.

How Does it work?
1.	Click the download icon.
2.	Click the “add to chrome” top right button
3.	Now you can clear your browsing history effectively just with one click.

By clicking "Add to chrome", I accept and agree to installing 'SearchExt', change New Tab Search to Microsoft Bing, the Terms of Use and Privacy Policy.                    

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

ชื่อ SearchExt SearchExt
ID egbdngohhcppfboenbogjfbgoliogedl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchext/egbdngohhcppfboenbogjfbgoliogedl
คำอธิบาย SearchExt New Tab
ขนาดไฟล์ 12.58 KB
จำนวนการติดตั้ง 629
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-08-02
วันที่เผยแพร่ 2020-12-28
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา amelysara78
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/searchext-privacy-policy/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchExt",
    "description": "SearchExt New Tab",
    "version": "1.0.3",
    "permissions": [
        "*:\/\/*.searchext.online\/*",
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.searchext.online\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "browseraction_release.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon48.png",
        "48": "icon16.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}