Super Search Agent

Enjoy an enhanced web search experience providing you various tools from your browser address bar.

什麼是Super Search Agent?

Super Search Agent是由https://supersearchagent.co開發的Chrome擴展程式,該擴展的主要功能是“Enjoy an enhanced web search experience providing you various tools from your browser address bar.”。

擴展截圖

screenshot
screenshot

下載Super Search Agent擴展crx文件

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

擴展使用說明

                        This is a FREE Chrome™ search extension that provides enhanced tools. These FREE Premium tools also allow you to format the results page how you like. Change the font, easily zoom in & out, take a screenshot, use an infinite scroll, or jump to incognito mode. 

This extension updates your address bar to provide you results from Yahoo!. 

Additionally, with Super mode, you enjoy the ability to easily get results from Google, Yahoo! ®, and Bing simultaneously. 

Follow this instruction to use ‘Super’ mode:
Type 'Super', press  or  followed by your query in your browser address bar (e.g. Super cars)

Finally, we give you quick access to manage your history, giving you more control over your data. 

Install the extension for free.

Permissions used by the extension:

"Read and change your data on a number of websites"
This permission is required only for search providers (Google, Yahoo! ®, and Bing) we use and the websites that we own and are required for the ‘Super’ mode features. 

"Change your search settings to SuperSearchAgent.co"
This permission allows us to change your default search engine to our product and is required for our product to work

"Block content on any page you visit"
This permission is taken only for our domain ‘supersearchagent.co’ and enables us to provide you with a customized experience.

Optional permission:
“Read and change all your data on the websites you visit”
This permission enables us to give you the screenshot functionality on your Google, Yahoo! ®, and Bing results page.
 
On clicking the button above, you agree to install this Chrome™ extension, permit us to send you offers, and consent to abide by the Terms of Use & Privacy Policy.

All company or service names, graphics, and logos herein are trademarks or registered trademarks of those third-parties. The use of them here does not indicate any affiliation with or endorsement by their respective owners.


Terms of Use: https://www.supersearchagent.co/agreement.html
Privacy Policy: https://www.supersearchagent.co/privacy.html                    

擴展基本資訊

名稱 Super Search Agent Super Search Agent
ID jlpkmcnaabibpmimadpdpocakebgcjnd
官方網址 https://chromewebstore.google.com/detail/super-search-agent/jlpkmcnaabibpmimadpdpocakebgcjnd
簡介 Enjoy an enhanced web search experience providing you various tools from your browser address bar.
檔案大小 149 KB
安裝次數 891
目前版本 1.43
更新時間 2021-01-12
上架時間 2020-10-10
開發者 https://supersearchagent.co
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.supersearchagent.co/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_popup": "ui-pages\/popPages\/uiPup.html"
    },
    "background": {
        "page": "htmAllFiles\/backgrund.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "*:\/\/*.supersearchagent.co\/*",
        "storage"
    ],
    "manifest_version": 2,
    "name": "Super Search Agent",
    "description": "Enjoy an enhanced web search experience providing you various tools from your browser address bar.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "version": "1.43",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supersearchagent.co\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "favicon_url": "https:\/\/www.supersearchagent.co\/favicon.ico",
            "search_url": "https:\/\/www.supersearchagent.co\/advancedPerformSearch.html?q={searchTerms}",
            "suggest_url": "https:\/\/acomplete.supersearchagent.co\/autofill?artifactId=com.artifact.13747&explore=yes&searchQuery={searchTerms}",
            "name": "Super Search Agent powered by Yahoo",
            "keyword": "Yahoo",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "optional_permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "all-scripts\/content\/*",
        "all-scripts\/mainConsts.js",
        "pic-files\/*",
        "css\/*",
        "fonts\/*"
    ],
    "omnibox": {
        "keyword": "super"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "all-scripts\/content\/contentArrowHandler.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.google.com\/search*",
                "*:\/\/*.search.yahoo.com\/*",
                "*:\/\/*.bing.com\/search*"
            ],
            "all_frames": true,
            "css": [
                "css\/enhancer.css"
            ],
            "js": [
                "all-scripts\/content\/attrs-files\/searchAgent\/search-for-agent.js"
            ],
            "run_at": "document_start"
        }
    ]
}