Search with Google Instead
You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.
什麼是Search with Google Instead?
Search with Google Instead是由Alessandro Muraro開發的Chrome擴展程式,該擴展的主要功能是“You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.”。
擴展截圖
下載Search with Google Instead擴展crx文件
下載Search with Google Instead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds a nice blue button that performs the same search you just did on Google. No more copy/pasting your search query into google.com, this extension does it for you.
擴展基本資訊
名稱 | Search with Google Instead |
ID | cdfkjclhhojbgnpidbejchhklnjbjfhh |
官方網址 | https://chromewebstore.google.com/detail/search-with-google-instea/cdfkjclhhojbgnpidbejchhklnjbjfhh |
簡介 | You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you. |
檔案大小 | 16.67 KB |
安裝次數 | 44 |
目前版本 | 1.01 |
更新時間 | 2018-08-07 |
上架時間 | 2018-08-07 |
評分 | 4.00/5 共 3 次評分 |
開發者 | Alessandro Muraro |
付費類型 | free |
擴展官網 | https://alexmuraro.me |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search with Google Instead", "short_name": "Google Instead", "version": "1.01", "description": "You use DuckDuckGo or Bing by default, yet sometimes you want to try the same search in Google? This extension is for you.", "author": "Alessandro Muraro", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/duckduckgo.com\/?*", "https:\/\/www.bing.com\/search?*" ], "js": [ "main.js" ] } ] } |