My Search Hub (Beta)

Convenient search bar displayed at the top of your web pages to provide you with quick search functionality and productivity tools.

My Search Hub (Beta)คืออะไร?

My Search Hub (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Better Cloud Solutions LTD และคุณลักษณะหลักของมันคือ "Convenient search bar displayed at the top of your web pages to provide you with quick search functionality and productivity tools."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Search Hub (Beta)

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

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

                        This extension is a beta, where new features are tested often. 
Beta users will be the first to experience user requested functionality.

My Search Hub Beta will be displayed by default at the top of your loaded web pages in order to provide you with quick access to search results and productivity tools such as email links, the current time, local weather information, and zoom functionality!

It can be hidden or shown again by clicking on either the extension icon on the right of the address bar or by clicking on the button on the right of the search bar.

To use the search functionality please enter your desired keywords in the search box and then press Enter or the blue search button on the right of the search box. 

If you want to uninstall the extension it is easy to do so from Chrome menu -> More Tools -> Extensions.

The My Search Hub Beta requires the following permissions:

1. "storage"

We need this permission so that My Search Hub Beta stores information on its current state (e.g. shown, hidden, installation date). 

2. "cookies"

We need this permission so that we can identify the current installation (e.g. date of installation, source of traffic). 

3. "http://" and "https://"

We need this permission so that My Search Hub Beta can be displayed on all types of web pages that you visit, based on either on http or on https.

4. "tabs" - we need this permission so that we can detect when the installation of the extension is taking place and simplify the initial experience for the user by closing the active window, post-install.

My Search Hub Beta does not change or use any of your data outside of its declared features.

Please make sure to read our terms and conditions https://websbcluster.com/terms.html as well as our privacy policy https://websbcluster.com/privacy.html before installing the extension.                    

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

ชื่อ My Search Hub (Beta) My Search Hub (Beta)
ID hcdjdadpkpajmoamkalglnecalhkpkph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-search-hub-beta/hcdjdadpkpajmoamkalglnecalhkpkph
คำอธิบาย Convenient search bar displayed at the top of your web pages to provide you with quick search functionality and productivity tools.
ขนาดไฟล์ 33.06 KB
จำนวนการติดตั้ง 8,267
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2019-11-24
ผู้พัฒนา Better Cloud Solutions LTD
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://websbcluster.com
URL หน้าช่วยเหลือ https://websbcluster.com/faq.html
URL หน้านโยบายความเป็นส่วนตัว https://websbcluster.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "html\/styles\/bar.css"
            ],
            "exclude_matches": [
                "*:\/\/*.webexplorer.co\/*",
                "*:\/\/*.websearchdl.co\/*",
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/*.yahoo.net\/*",
                "*:\/\/*.hfindingformspro.com\/*",
                "*:\/\/*.myway.com\/*",
                "*:\/\/*.about.com\/*",
                "*:\/\/*.ask.com\/*",
                "*:\/\/*.finecomb.com\/*",
                "*:\/\/*.govtsearches.com\/*",
                "*:\/\/*.homeandgardenideas.com\/*",
                "*:\/\/*.idealhomegarden.com\/*",
                "*:\/\/*.informationvine.com\/*",
                "*:\/\/*.simpli.com\/*",
                "*:\/\/*.symptomfind.com\/*",
                "*:\/\/*.pronto.com\/*",
                "*:\/\/*.excite.com\/*",
                "*:\/\/*.smarter.com\/*",
                "*:\/\/*.consumersearch.com\/*",
                "*:\/\/*.verywellhealth.com\/*",
                "*:\/\/*.thespruce.com\/*",
                "*:\/\/*.mywebsearch.com\/*",
                "*:\/\/*.mysearch.com\/*",
                "*:\/\/*.searchthis.com\/*",
                "*:\/\/*.myway.com\/*",
                "*:\/\/*.teoma.comv\/*",
                "*:\/\/*.searchbetter.com\/*",
                "*:\/\/*.mysearches.co\/*",
                "*:\/\/*.hidemysearches.com\/*",
                "*:\/\/*.hidemyhistory.com\/*"
            ],
            "js": [
                "core\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Convenient search bar displayed at the top of your web pages to provide you with quick search functionality and productivity tools.",
    "icons": {
        "128": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "My Search Hub (Beta)",
    "permissions": [
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "3.0.3",
    "web_accessible_resources": [
        "*"
    ]
}