Presearch.com Start With Us

Set Chrome's Homepage and New Tab page to Presearch.com

Presearch.com Start With Usคืออะไร?

Presearch.com Start With Us เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://presearch.com และคุณลักษณะหลักของมันคือ "Set Chrome's Homepage and New Tab page to Presearch.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Presearch.com Start With Us

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

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

                        This extension allows you to set your browser homepage to presearch.com                    

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

ชื่อ Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
คำอธิบาย Set Chrome's Homepage and New Tab page to Presearch.com
ขนาดไฟล์ 24.85 KB
จำนวนการติดตั้ง 37,200
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-06-07
วันที่เผยแพร่ 2018-01-26
คะแนน 4.63/5 รวมทั้งหมด 195 คะแนน
ผู้พัฒนา https://presearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://presearch.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presearch.com Start With Us",
    "description": "Set Chrome's Homepage and New Tab page to Presearch.com",
    "version": "1.0.3",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "css": [
                "assets\/popup-visibility.css"
            ],
            "js": [
                "assets\/popup-visibility.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.presearch.com\/*"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/presearch.com\/?utm_source=extcr",
        "startup_pages": [
            "https:\/\/presearch.com\/?utm_source=extcr"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}