Petal Search

Petal Search is a smart search engine, features includes news, shopping, image, videos, and so on.

Petal Searchคืออะไร?

Petal Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.petalsearch.com และคุณลักษณะหลักของมันคือ "Petal Search is a smart search engine, features includes news, shopping, image, videos, and so on."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Petal Search extension allows you to easily search for anything you need, such as news, images, videos, shopping and local services, flights, hotels and much more. 

We are committed to protecting and respecting the privacy of our users. We believe that privacy and security shall be deeply embedded in all our services. 

Born in 2020, Petal Search belongs to a new generation of search engines that helps you discover and explore the world thanks to advanced search features providing a new level of convenience and extensive privacy and security features helping you to stay in full control of your data.

With Petal Search, users can enjoy a private search and browsing experience by easily activating the Incognito mode in only 2 taps or by entering the Privacy Centre and quickly switching from Standard (private) to Smart (personalised) search mode; they can even set the level of personalisation of their search results. Additionally, Petal Search allows users to configure the level of safety of their search results to help parents and their children browse the internet safely. 

Petal Search complies with the European Union’s General data protection regulation (GDPR), local laws and security standards and has achieved the European Privacy Seal Certificate.

Join the more than 40 million people who already choose Petal Search each month on mobile.

You will easily and intuitively find:
- Instant access to news with advanced filters: media, dates, types of content, and more
- Flights comparison to get the best fit for your trip... and the best pricing!
- Local services near you
- Shopping products from your favourite brands
- Images, videos, and all the info you need!                    

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

ชื่อ Petal Search Petal Search
ID maijndpinneklhifoccjlgjajknhfplb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/petal-search/maijndpinneklhifoccjlgjajknhfplb
คำอธิบาย Petal Search is a smart search engine, features includes news, shopping, image, videos, and so on.
ขนาดไฟล์ 99.72 KB
จำนวนการติดตั้ง 834
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-01-13
วันที่เผยแพร่ 2022-08-05
คะแนน 5.00/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://www.petalsearch.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.petalsearch.com/
URL หน้าช่วยเหลือ https://www.petalsearch.com/
URL หน้านโยบายความเป็นส่วนตัว https://h5hosting-dra.dbankcdn.com/cch5/petalsearch/global/agreement/privacy-statement.htm?language=en-ww&code=ph
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Petal Search",
    "version": "1.0.3",
    "description": "Petal Search is a smart search engine, features includes news, shopping, image, videos, and so on.",
    "icons": {
        "16": ".\/icons\/logo-16x16.png",
        "32": ".\/icons\/logo-32x32.png",
        "48": ".\/icons\/logo-48x48.png",
        "128": ".\/icons\/logo-128x128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.petalsearch.com\/search\/favicon.ico",
            "is_default": true,
            "keyword": "petal",
            "name": "Petal",
            "search_url": "https:\/\/www.petalsearch.com\/search?query={searchTerms}"
        }
    },
    "action": {
        "default_icon": ".\/icons\/logo-16x16.png",
        "default_title": "Petal Search"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.petalsearch.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/index.html"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.petalsearch.com\/"
    ],
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}