1&1 Search

1&1 search - simple, fast and relevant!

什麼是1&1 Search?

1&1 Search是由https://suche.1und1.de開發的Chrome擴展程式,該擴展的主要功能是“1&1 search - simple, fast and relevant!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載1&1 Search擴展crx文件

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

擴展使用說明

                        The fast and simple web search by 1&1.

Sets 1&1 Search as default search engine in your Chrome Browser

- Search the internet Internet directly from your browser's URL-bar with 1&1 Search
- Can be changed in the browser settings at any time
- Simple, fast and secure web search                    

擴展基本資訊

名稱 1&1 Search 1&1 Search
ID eblhaekkmikneleempialnbeaahddfek
官方網址 https://chromewebstore.google.com/detail/11-search/eblhaekkmikneleempialnbeaahddfek
簡介 1&1 search - simple, fast and relevant!
檔案大小 90 KB
安裝次數 440
目前版本 1.3.4
更新時間 2022-03-01
上架時間 2019-08-05
開發者 https://suche.1und1.de
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://agb-server.gmx.net/datenschutz
支援的語言 de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.3.4",
    "author": "__MSG_appAuthor__",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_label": "__MSG_extName__",
        "default_icon": "images\/icon16.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "1&1",
            "keyword": "1und1",
            "search_url": "https:\/\/suche.1und1.de\/web?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}",
            "suggest_url": "https:\/\/suggestplugin.ui-portal.de\/s?su={searchTerms}&brand=1und1&origin=se_splugin_gc_sg",
            "image_url": "https:\/\/suche.1und1.de\/pic?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}",
            "favicon_url": "https:\/\/suche.1und1.de\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/identify-to-site-cs.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.1und1.de\/*"
            ]
        }
    ],
    "default_locale": "de",
    "version_name": "1.3.4",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.1und1.de\/"
    ]
}