Search101
Take your browser experience up a notch.
什麼是Search101?
Search101是由Browser Labs Pty Ltd開發的Chrome擴展程式,該擴展的主要功能是“Take your browser experience up a notch.”。
擴展截圖
下載Search101擴展crx文件
下載Search101擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com. The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include · Quick web search right at your fingertips powered by Bing.com · Easy view time of day · Quick links to your favorite social media platforms By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)
擴展基本資訊
名稱 | Search101 |
ID | jccboplgjkihlkihimaimhgaaalbbaje |
官方網址 | https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje |
簡介 | Take your browser experience up a notch. |
檔案大小 | 513 KB |
安裝次數 | 56,237 |
目前版本 | 0.3 |
更新時間 | 2021-07-15 |
上架時間 | 2021-04-17 |
開發者 | Browser Labs Pty Ltd |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://browser-labs.com.au/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search101", "author": "Frooty Studios", "description": "Take your browser experience up a notch.", "version": "0.3", "manifest_version": 2, "icons": { "128": "assets\/imgs\/ex_logo_128.png" }, "chrome_url_overrides": { "newtab": "views\/tabs\/tabs.html" }, "browser_action": [], "background": { "scripts": [ ".\/backgroundScript\/backgroundScript.js" ], "persistent": true }, "permissions": [] } |