Google™ Search with Language Range

Search in Google with lanaguage you choose.

什麼是Google™ Search with Language Range?

Google™ Search with Language Range是由zoroaster909開發的Chrome擴展程式,該擴展的主要功能是“Search in Google with lanaguage you choose.”。

擴展截圖

screenshot

下載Google™ Search with Language Range擴展crx文件

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

擴展使用說明

                        Just one click on browser action icon to select a language, and result pages from Google Search will be in your selected language! Save steps instead of changing it in Google Search settings.

一鍵設定好Google搜尋結果的語言範圍,省下複雜的設定步驟!                    

擴展基本資訊

名稱 Google™ Search with Language Range Google™ Search with Language Range
ID fgmckmbejhgjokoceblcilmhpgehfgkf
官方網址 https://chromewebstore.google.com/detail/google-search-with-langua/fgmckmbejhgjokoceblcilmhpgehfgkf
簡介 Search in Google with lanaguage you choose.
檔案大小 13.98 KB
安裝次數 164
目前版本 0.1.4
更新時間 2021-03-24
上架時間 2020-06-28
評分 4.83/5 共 6 次評分
開發者 zoroaster909
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/zoroaster00/Search-with-Language-Range-Extension
說明頁面URL https://github.com/zoroaster00/Search-with-Language-Range-Extension
支援的語言 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "0.1.4",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/search?*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}