Disable Google Search Text Highlights

This minimalistic extension disables "Scroll to Text Fragment" feature in Google search results

什麼是Disable Google Search Text Highlights?

Disable Google Search Text Highlights是由everyonesdesign開發的Chrome擴展程式,該擴展的主要功能是“This minimalistic extension disables "Scroll to Text Fragment" feature in Google search results”。

擴展截圖

screenshot

下載Disable Google Search Text Highlights擴展crx文件

下載Disable Google Search Text Highlights擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Google search results sometimes highlight text snippets on pages opened from search results.

The feature can sometimes be annoying, however currently there's no way to disable it from browser preferences.

This extension has been created to override it and disable the highlights.

Disable Google Search Text Highlights is open source software:
https://github.com/everyonesdesign/disable-google-search-text-highlights

☕ If you like the extension you can buy a coffee for the author here:
https://buymeacoff.ee/everyonesdesign

============

Changelog

2.1.1
- add deprecated domains back to the list (to avoid prompting users about the changed list and also in case Google brings them back in the future)

2.1.0 (unreleased)
- update Google domains list

2.0.0
- use runPatiently function to run as early as possible
- replace the links instead of updating urls
- run the script earlier (to make sure the links are replaced by the time the page is loaded)

1.1.0
- Only change href if text fragment is present
- Drop trailing "#" caused by text fragment

1.0.0
Major release
- Lower permissions level (specific domains instead of all_urls)
- Replace only :~:text piece of fragment directives, leaving other directives untouched
- Fix: remove text fragment for URLs with hashes
- Add tests

0.0.5
- Improve pattern for matching all the Google domains

0.0.4
- Fix an issue with breaking "Tools" buttons functionality on Google

0.0.2
- Initial stable version

============

Tags:
Scroll to Text Fragment,
fragmentDirective
textFragment                    

擴展基本資訊

名稱 Disable Google Search Text Highlights Disable Google Search Text Highlights
ID ompocnnmgiaoieoanemepjflbokldhom
官方網址 https://chromewebstore.google.com/detail/disable-google-search-tex/ompocnnmgiaoieoanemepjflbokldhom
簡介 This minimalistic extension disables "Scroll to Text Fragment" feature in Google search results
檔案大小 14.13 KB
安裝次數 4,185
目前版本 2.1.1
更新時間 2023-06-01
上架時間 2020-08-28
評分 4.64/5 共 64 次評分
開發者 everyonesdesign
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Google Search Text Highlights",
    "version": "2.1.1",
    "manifest_version": 2,
    "description": "This minimalistic extension disables \"Scroll to Text Fragment\" feature in Google search results",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.ad\/search?*",
                "https:\/\/www.google.ae\/search?*",
                "https:\/\/www.google.al\/search?*",
                "https:\/\/www.google.am\/search?*",
                "https:\/\/www.google.as\/search?*",
                "https:\/\/www.google.at\/search?*",
                "https:\/\/www.google.az\/search?*",
                "https:\/\/www.google.ba\/search?*",
                "https:\/\/www.google.be\/search?*",
                "https:\/\/www.google.bf\/search?*",
                "https:\/\/www.google.bg\/search?*",
                "https:\/\/www.google.bi\/search?*",
                "https:\/\/www.google.bj\/search?*",
                "https:\/\/www.google.bs\/search?*",
                "https:\/\/www.google.bt\/search?*",
                "https:\/\/www.google.by\/search?*",
                "https:\/\/www.google.ca\/search?*",
                "https:\/\/www.google.cat\/search?*",
                "https:\/\/www.google.cd\/search?*",
                "https:\/\/www.google.cf\/search?*",
                "https:\/\/www.google.cg\/search?*",
                "https:\/\/www.google.ch\/search?*",
                "https:\/\/www.google.ci\/search?*",
                "https:\/\/www.google.cl\/search?*",
                "https:\/\/www.google.cm\/search?*",
                "https:\/\/www.google.cn\/search?*",
                "https:\/\/www.google.co.ao\/search?*",
                "https:\/\/www.google.co.bw\/search?*",
                "https:\/\/www.google.co.ck\/search?*",
                "https:\/\/www.google.co.cr\/search?*",
                "https:\/\/www.google.co.id\/search?*",
                "https:\/\/www.google.co.il\/search?*",
                "https:\/\/www.google.co.in\/search?*",
                "https:\/\/www.google.co.jp\/search?*",
                "https:\/\/www.google.co.ke\/search?*",
                "https:\/\/www.google.co.kr\/search?*",
                "https:\/\/www.google.co.ls\/search?*",
                "https:\/\/www.google.co.ma\/search?*",
                "https:\/\/www.google.co.mz\/search?*",
                "https:\/\/www.google.co.nz\/search?*",
                "https:\/\/www.google.co.th\/search?*",
                "https:\/\/www.google.co.tz\/search?*",
                "https:\/\/www.google.co.ug\/search?*",
                "https:\/\/www.google.co.uk\/search?*",
                "https:\/\/www.google.co.uz\/search?*",
                "https:\/\/www.google.co.ve\/search?*",
                "https:\/\/www.google.co.vi\/search?*",
                "https:\/\/www.google.co.za\/search?*",
                "https:\/\/www.google.co.zm\/search?*",
                "https:\/\/www.google.co.zw\/search?*",
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.af\/search?*",
                "https:\/\/www.google.com.ag\/search?*",
                "https:\/\/www.google.com.ai\/search?*",
                "https:\/\/www.google.com.ar\/search?*",
                "https:\/\/www.google.com.au\/search?*",
                "https:\/\/www.google.com.bd\/search?*",
                "https:\/\/www.google.com.bh\/search?*",
                "https:\/\/www.google.com.bn\/search?*",
                "https:\/\/www.google.com.bo\/search?*",
                "https:\/\/www.google.com.br\/search?*",
                "https:\/\/www.google.com.bz\/search?*",
                "https:\/\/www.google.com.co\/search?*",
                "https:\/\/www.google.com.cu\/search?*",
                "https:\/\/www.google.com.cy\/search?*",
                "https:\/\/www.google.com.do\/search?*",
                "https:\/\/www.google.com.ec\/search?*",
                "https:\/\/www.google.com.eg\/search?*",
                "https:\/\/www.google.com.et\/search?*",
                "https:\/\/www.google.com.fj\/search?*",
                "https:\/\/www.google.com.gh\/search?*",
                "https:\/\/www.google.com.gi\/search?*",
                "https:\/\/www.google.com.gt\/search?*",
                "https:\/\/www.google.com.hk\/search?*",
                "https:\/\/www.google.com.jm\/search?*",
                "https:\/\/www.google.com.kh\/search?*",
                "https:\/\/www.google.com.kw\/search?*",
                "https:\/\/www.google.com.lb\/search?*",
                "https:\/\/www.google.com.ly\/search?*",
                "https:\/\/www.google.com.mm\/search?*",
                "https:\/\/www.google.com.mt\/search?*",
                "https:\/\/www.google.com.mx\/search?*",
                "https:\/\/www.google.com.my\/search?*",
                "https:\/\/www.google.com.na\/search?*",
                "https:\/\/www.google.com.ng\/search?*",
                "https:\/\/www.google.com.ni\/search?*",
                "https:\/\/www.google.com.np\/search?*",
                "https:\/\/www.google.com.om\/search?*",
                "https:\/\/www.google.com.pa\/search?*",
                "https:\/\/www.google.com.pe\/search?*",
                "https:\/\/www.google.com.pg\/search?*",
                "https:\/\/www.google.com.ph\/search?*",
                "https:\/\/www.google.com.pk\/search?*",
                "https:\/\/www.google.com.pr\/search?*",
                "https:\/\/www.google.com.py\/search?*",
                "https:\/\/www.google.com.qa\/search?*",
                "https:\/\/www.google.com.sa\/search?*",
                "https:\/\/www.google.com.sb\/search?*",
                "https:\/\/www.google.com.sg\/search?*",
                "https:\/\/www.google.com.sl\/search?*",
                "https:\/\/www.google.com.sv\/search?*",
                "https:\/\/www.google.com.tj\/search?*",
                "https:\/\/www.google.com.tr\/search?*",
                "https:\/\/www.google.com.tw\/search?*",
                "https:\/\/www.google.com.ua\/search?*",
                "https:\/\/www.google.com.uy\/search?*",
                "https:\/\/www.google.com.vc\/search?*",
                "https:\/\/www.google.com.vn\/search?*",
                "https:\/\/www.google.cv\/search?*",
                "https:\/\/www.google.cz\/search?*",
                "https:\/\/www.google.de\/search?*",
                "https:\/\/www.google.dj\/search?*",
                "https:\/\/www.google.dk\/search?*",
                "https:\/\/www.google.dm\/search?*",
                "https:\/\/www.google.dz\/search?*",
                "https:\/\/www.google.ee\/search?*",
                "https:\/\/www.google.es\/search?*",
                "https:\/\/www.google.fi\/search?*",
                "https:\/\/www.google.fm\/search?*",
                "https:\/\/www.google.fr\/search?*",
                "https:\/\/www.google.ga\/search?*",
                "https:\/\/www.google.ge\/search?*",
                "https:\/\/www.google.gg\/search?*",
                "https:\/\/www.google.gl\/search?*",
                "https:\/\/www.google.gm\/search?*",
                "https:\/\/www.google.gr\/search?*",
                "https:\/\/www.google.gy\/search?*",
                "https:\/\/www.google.hn\/search?*",
                "https:\/\/www.google.hr\/search?*",
                "https:\/\/www.google.ht\/search?*",
                "https:\/\/www.google.hu\/search?*",
                "https:\/\/www.google.ie\/search?*",
                "https:\/\/www.google.im\/search?*",
                "https:\/\/www.google.iq\/search?*",
                "https:\/\/www.google.is\/search?*",
                "https:\/\/www.google.it\/search?*",
                "https:\/\/www.google.je\/search?*",
                "https:\/\/www.google.jo\/search?*",
                "https:\/\/www.google.kg\/search?*",
                "https:\/\/www.google.ki\/search?*",
                "https:\/\/www.google.kz\/search?*",
                "https:\/\/www.google.la\/search?*",
                "https:\/\/www.google.li\/search?*",
                "https:\/\/www.google.lk\/search?*",
                "https:\/\/www.google.lt\/search?*",
                "https:\/\/www.google.lu\/search?*",
                "https:\/\/www.google.lv\/search?*",
                "https:\/\/www.google.md\/search?*",
                "https:\/\/www.google.me\/search?*",
                "https:\/\/www.google.mg\/search?*",
                "https:\/\/www.google.mk\/search?*",
                "https:\/\/www.google.ml\/search?*",
                "https:\/\/www.google.mn\/search?*",
                "https:\/\/www.google.ms\/search?*",
                "https:\/\/www.google.mu\/search?*",
                "https:\/\/www.google.mv\/search?*",
                "https:\/\/www.google.mw\/search?*",
                "https:\/\/www.google.ne\/search?*",
                "https:\/\/www.google.nl\/search?*",
                "https:\/\/www.google.no\/search?*",
                "https:\/\/www.google.nr\/search?*",
                "https:\/\/www.google.nu\/search?*",
                "https:\/\/www.google.pl\/search?*",
                "https:\/\/www.google.pn\/search?*",
                "https:\/\/www.google.ps\/search?*",
                "https:\/\/www.google.pt\/search?*",
                "https:\/\/www.google.ro\/search?*",
                "https:\/\/www.google.rs\/search?*",
                "https:\/\/www.google.ru\/search?*",
                "https:\/\/www.google.rw\/search?*",
                "https:\/\/www.google.sc\/search?*",
                "https:\/\/www.google.se\/search?*",
                "https:\/\/www.google.sh\/search?*",
                "https:\/\/www.google.si\/search?*",
                "https:\/\/www.google.sk\/search?*",
                "https:\/\/www.google.sm\/search?*",
                "https:\/\/www.google.sn\/search?*",
                "https:\/\/www.google.so\/search?*",
                "https:\/\/www.google.sr\/search?*",
                "https:\/\/www.google.st\/search?*",
                "https:\/\/www.google.td\/search?*",
                "https:\/\/www.google.tg\/search?*",
                "https:\/\/www.google.tl\/search?*",
                "https:\/\/www.google.tm\/search?*",
                "https:\/\/www.google.tn\/search?*",
                "https:\/\/www.google.to\/search?*",
                "https:\/\/www.google.tt\/search?*",
                "https:\/\/www.google.vg\/search?*",
                "https:\/\/www.google.vu\/search?*",
                "https:\/\/www.google.ws\/search?*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/index.js"
            ]
        }
    ]
}