WEB.DE Search
The fast search of the German web portal.
WEB.DE Search là gì?
WEB.DE Search là một tiện ích mở rộng Chrome được phát triển bởi https://web.de, và tính năng chính của nó là "The fast search of the German web portal.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WEB.DE Search
Tải xuống các tệp mở rộng WEB.DE Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Sets WEB.DE Search as your default search engine in your Chrome Browser - Search the internet directly from your browser's URL-bar with WEB.DE Search - Can be changed at any time within the browser settings - Simple, fast and secure web search
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WEB.DE Search |
ID | emgpgdmbiindmffediahgenaifeneaig |
URL Chính Thức | https://chromewebstore.google.com/detail/webde-search/emgpgdmbiindmffediahgenaifeneaig |
Mô tả | The fast search of the German web portal. |
Kích Thước Tệp | 82.55 KB |
Số Lần Cài Đặt | 3,814 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2020-10-24 |
Ngày Phát Hành | 2019-08-05 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://web.de |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://agb-server.gmx.net/datenschutz |
Ngôn Ngữ Được Hỗ Trợ | 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": "WEB.DE", "keyword": "web.de", "search_url": "https:\/\/suche.web.de\/web?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}", "suggest_url": "https:\/\/suggestplugin.ui-portal.de\/s?su={searchTerms}&brand=webde&origin=se_splugin_gc_sg", "image_url": "https:\/\/suche.web.de\/pic?origin=se_splugin_gc&enc=UTF-8&q={searchTerms}", "favicon_url": "https:\/\/suche.web.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": [ "*:\/\/*.web.de\/*" ] } ], "default_locale": "de", "version_name": "1.3.4", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "*:\/\/*.web.de\/" ] } |