Search Result Previews

Shows you page thumbnail + favicon next to each search result.

O que é Search Result Previews?

Search Result Previews é uma extensão do Chrome desenvolvida por https://fastaddons.com, e sua principal característica é "Shows you page thumbnail + favicon next to each search result.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Result Previews

Baixe arquivos de extensão Search Result Previews no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🔍 "Search Result Previews" shows you page previews (thumbnails) 📸 and favicons 🔥 next to each search result.
🔥 PRO version shows page previews with page rank bar above 📈:
https://ko-fi.com/s/903f091296

⭐ Supported search pages:
- Google.com
- DuckDuckGo.com
- Bing.com
- Baidu.com
- and many others...

❤ Support independent developer and official friend of Addons!
👤 Juraj Mäsiar - https://blog.mozilla.org/addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/

☕ I'm addon developer since 2016. My goal is to build powerful extensions for your web-browser to make you more productive.
If you think I'm doing a good job, please donate :)
- Ko-Fi.com: https://ko-fi.com/fastaddons
- PayPal.Me: https://paypal.me/fastaddons/
- Patreon.com: https://www.patreon.com/fastaddons

💥 Your donation is my only income!
Thank you for supporting my work!

🔒 Privacy Policy:
https://github.com/fastaddons/SearchResultPreviews/blob/master/PRIVACY_POLICY.md

💌 Credits:
- I would like to thank Edward Ackroyd for helping me create this project, for supplying me with his huge image collection and for making his "SearchPreview" addon in the first place - making me (and many others) more productive over the years!
- page ranks (once implemented) are supplied by Open PageRank: https://www.domcop.com/openpagerank/what-is-openpagerank
- icons by Font Awesome: https://fontawesome.com/license                    

Informações Básicas da Extensão

Nome Search Result Previews Search Result Previews
ID cedcejfiniojnlhlfhcppenochinijfo
URL Oficial https://chromewebstore.google.com/detail/search-result-previews/cedcejfiniojnlhlfhcppenochinijfo
Descrição Shows you page thumbnail + favicon next to each search result.
Tamanho do Arquivo 1.85 MB
Contagem de Instalações 39,788
Versão Atual 3.6
Última Atualização 2024-01-09
Data de Publicação 2022-10-18
Classificação 4.26/5 Total de 50 Avaliações
Desenvolvedor https://fastaddons.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fastaddons.com/#search_result_previews
URL da Página de Ajuda https://github.com/fastaddons/SearchResultPreviews/issues
URL da Página de Política de Privacidade https://github.com/fastaddons/privacy_policy
Idiomas Suportados de,en,fr,pl,sk,uk,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.6",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "action": {
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "editor\/editor.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.fastaddons.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content_scripts\/fastaddons.com.cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/tick.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*",
        "*:\/\/*.duckduckgo.com\/*",
        "*:\/\/*.fastaddons.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*.search.brave.com\/*",
        "*:\/\/*.bing.com\/*",
        "*:\/\/*.startpage.com\/*",
        "*:\/\/*.search.yahoo.com\/*",
        "*:\/\/*.search.yahoo.co.jp\/*",
        "*:\/\/*.ecosia.org\/*",
        "*:\/\/*.qwant.com\/*",
        "*:\/\/*.baidu.com\/*",
        "*:\/\/*.yandex.com\/*",
        "*:\/\/*.yandex.ru\/*",
        "*:\/\/*.gstatic.com\/*",
        "*:\/\/*.google.ad\/*",
        "*:\/\/*.google.ae\/*",
        "*:\/\/*.google.com.af\/*",
        "*:\/\/*.google.com.ag\/*",
        "*:\/\/*.google.com.ai\/*",
        "*:\/\/*.google.al\/*",
        "*:\/\/*.google.am\/*",
        "*:\/\/*.google.co.ao\/*",
        "*:\/\/*.google.com.ar\/*",
        "*:\/\/*.google.as\/*",
        "*:\/\/*.google.at\/*",
        "*:\/\/*.google.com.au\/*",
        "*:\/\/*.google.az\/*",
        "*:\/\/*.google.ba\/*",
        "*:\/\/*.google.com.bd\/*",
        "*:\/\/*.google.be\/*",
        "*:\/\/*.google.bf\/*",
        "*:\/\/*.google.bg\/*",
        "*:\/\/*.google.com.bh\/*",
        "*:\/\/*.google.bi\/*",
        "*:\/\/*.google.bj\/*",
        "*:\/\/*.google.com.bn\/*",
        "*:\/\/*.google.com.bo\/*",
        "*:\/\/*.google.com.br\/*",
        "*:\/\/*.google.bs\/*",
        "*:\/\/*.google.bt\/*",
        "*:\/\/*.google.co.bw\/*",
        "*:\/\/*.google.by\/*",
        "*:\/\/*.google.com.bz\/*",
        "*:\/\/*.google.ca\/*",
        "*:\/\/*.google.cd\/*",
        "*:\/\/*.google.cf\/*",
        "*:\/\/*.google.cg\/*",
        "*:\/\/*.google.ch\/*",
        "*:\/\/*.google.ci\/*",
        "*:\/\/*.google.co.ck\/*",
        "*:\/\/*.google.cl\/*",
        "*:\/\/*.google.cm\/*",
        "*:\/\/*.google.cn\/*",
        "*:\/\/*.google.com.co\/*",
        "*:\/\/*.google.co.cr\/*",
        "*:\/\/*.google.com.cu\/*",
        "*:\/\/*.google.cv\/*",
        "*:\/\/*.google.com.cy\/*",
        "*:\/\/*.google.cz\/*",
        "*:\/\/*.google.de\/*",
        "*:\/\/*.google.dj\/*",
        "*:\/\/*.google.dk\/*",
        "*:\/\/*.google.dm\/*",
        "*:\/\/*.google.com.do\/*",
        "*:\/\/*.google.dz\/*",
        "*:\/\/*.google.com.ec\/*",
        "*:\/\/*.google.ee\/*",
        "*:\/\/*.google.com.eg\/*",
        "*:\/\/*.google.es\/*",
        "*:\/\/*.google.com.et\/*",
        "*:\/\/*.google.fi\/*",
        "*:\/\/*.google.com.fj\/*",
        "*:\/\/*.google.fm\/*",
        "*:\/\/*.google.fr\/*",
        "*:\/\/*.google.ga\/*",
        "*:\/\/*.google.ge\/*",
        "*:\/\/*.google.gg\/*",
        "*:\/\/*.google.com.gh\/*",
        "*:\/\/*.google.com.gi\/*",
        "*:\/\/*.google.gl\/*",
        "*:\/\/*.google.gm\/*",
        "*:\/\/*.google.gr\/*",
        "*:\/\/*.google.com.gt\/*",
        "*:\/\/*.google.gy\/*",
        "*:\/\/*.google.com.hk\/*",
        "*:\/\/*.google.hn\/*",
        "*:\/\/*.google.hr\/*",
        "*:\/\/*.google.ht\/*",
        "*:\/\/*.google.hu\/*",
        "*:\/\/*.google.co.id\/*",
        "*:\/\/*.google.ie\/*",
        "*:\/\/*.google.co.il\/*",
        "*:\/\/*.google.im\/*",
        "*:\/\/*.google.co.in\/*",
        "*:\/\/*.google.iq\/*",
        "*:\/\/*.google.is\/*",
        "*:\/\/*.google.it\/*",
        "*:\/\/*.google.je\/*",
        "*:\/\/*.google.com.jm\/*",
        "*:\/\/*.google.jo\/*",
        "*:\/\/*.google.co.jp\/*",
        "*:\/\/*.google.co.ke\/*",
        "*:\/\/*.google.com.kh\/*",
        "*:\/\/*.google.ki\/*",
        "*:\/\/*.google.kg\/*",
        "*:\/\/*.google.co.kr\/*",
        "*:\/\/*.google.com.kw\/*",
        "*:\/\/*.google.kz\/*",
        "*:\/\/*.google.la\/*",
        "*:\/\/*.google.com.lb\/*",
        "*:\/\/*.google.li\/*",
        "*:\/\/*.google.lk\/*",
        "*:\/\/*.google.co.ls\/*",
        "*:\/\/*.google.lt\/*",
        "*:\/\/*.google.lu\/*",
        "*:\/\/*.google.lv\/*",
        "*:\/\/*.google.com.ly\/*",
        "*:\/\/*.google.co.ma\/*",
        "*:\/\/*.google.md\/*",
        "*:\/\/*.google.me\/*",
        "*:\/\/*.google.mg\/*",
        "*:\/\/*.google.mk\/*",
        "*:\/\/*.google.ml\/*",
        "*:\/\/*.google.com.mm\/*",
        "*:\/\/*.google.mn\/*",
        "*:\/\/*.google.ms\/*",
        "*:\/\/*.google.com.mt\/*",
        "*:\/\/*.google.mu\/*",
        "*:\/\/*.google.mv\/*",
        "*:\/\/*.google.mw\/*",
        "*:\/\/*.google.com.mx\/*",
        "*:\/\/*.google.com.my\/*",
        "*:\/\/*.google.co.mz\/*",
        "*:\/\/*.google.com.na\/*",
        "*:\/\/*.google.com.ng\/*",
        "*:\/\/*.google.com.ni\/*",
        "*:\/\/*.google.ne\/*",
        "*:\/\/*.google.nl\/*",
        "*:\/\/*.google.no\/*",
        "*:\/\/*.google.com.np\/*",
        "*:\/\/*.google.nr\/*",
        "*:\/\/*.google.nu\/*",
        "*:\/\/*.google.co.nz\/*",
        "*:\/\/*.google.com.om\/*",
        "*:\/\/*.google.com.pa\/*",
        "*:\/\/*.google.com.pe\/*",
        "*:\/\/*.google.com.pg\/*",
        "*:\/\/*.google.com.ph\/*",
        "*:\/\/*.google.com.pk\/*",
        "*:\/\/*.google.pl\/*",
        "*:\/\/*.google.pn\/*",
        "*:\/\/*.google.com.pr\/*",
        "*:\/\/*.google.ps\/*",
        "*:\/\/*.google.pt\/*",
        "*:\/\/*.google.com.py\/*",
        "*:\/\/*.google.com.qa\/*",
        "*:\/\/*.google.ro\/*",
        "*:\/\/*.google.ru\/*",
        "*:\/\/*.google.rw\/*",
        "*:\/\/*.google.com.sa\/*",
        "*:\/\/*.google.com.sb\/*",
        "*:\/\/*.google.sc\/*",
        "*:\/\/*.google.se\/*",
        "*:\/\/*.google.com.sg\/*",
        "*:\/\/*.google.sh\/*",
        "*:\/\/*.google.si\/*",
        "*:\/\/*.google.sk\/*",
        "*:\/\/*.google.com.sl\/*",
        "*:\/\/*.google.sn\/*",
        "*:\/\/*.google.so\/*",
        "*:\/\/*.google.sm\/*",
        "*:\/\/*.google.sr\/*",
        "*:\/\/*.google.st\/*",
        "*:\/\/*.google.com.sv\/*",
        "*:\/\/*.google.td\/*",
        "*:\/\/*.google.tg\/*",
        "*:\/\/*.google.co.th\/*",
        "*:\/\/*.google.com.tj\/*",
        "*:\/\/*.google.tl\/*",
        "*:\/\/*.google.tm\/*",
        "*:\/\/*.google.tn\/*",
        "*:\/\/*.google.to\/*",
        "*:\/\/*.google.com.tr\/*",
        "*:\/\/*.google.tt\/*",
        "*:\/\/*.google.com.tw\/*",
        "*:\/\/*.google.co.tz\/*",
        "*:\/\/*.google.com.ua\/*",
        "*:\/\/*.google.co.ug\/*",
        "*:\/\/*.google.co.uk\/*",
        "*:\/\/*.google.com.uy\/*",
        "*:\/\/*.google.co.uz\/*",
        "*:\/\/*.google.com.vc\/*",
        "*:\/\/*.google.co.ve\/*",
        "*:\/\/*.google.vg\/*",
        "*:\/\/*.google.co.vi\/*",
        "*:\/\/*.google.com.vn\/*",
        "*:\/\/*.google.vu\/*",
        "*:\/\/*.google.ws\/*",
        "*:\/\/*.google.rs\/*",
        "*:\/\/*.google.co.za\/*",
        "*:\/\/*.google.co.zm\/*",
        "*:\/\/*.google.co.zw\/*",
        "*:\/\/*.google.cat\/*"
    ]
}