用谷歌百度一下!

修改百度为谷歌主题,可以假装自己在使用谷歌搜索!

什麼是用谷歌百度一下!?

用谷歌百度一下!是由wilee開發的Chrome擴展程式,該擴展的主要功能是“修改百度为谷歌主题,可以假装自己在使用谷歌搜索!”。

擴展截圖

screenshot
screenshot

下載用谷歌百度一下!擴展crx文件

下載用谷歌百度一下!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        通过chrome浏览器插件修改百度首页为谷歌主题样式:用谷歌百度一下!                    

擴展基本資訊

名稱 用谷歌百度一下! 用谷歌百度一下!
ID ekbeedinaadojmejbpkbckcpakmgeohl
官方網址 https://chromewebstore.google.com/detail/%E7%94%A8%E8%B0%B7%E6%AD%8C%E7%99%BE%E5%BA%A6%E4%B8%80%E4%B8%8B%EF%BC%81/ekbeedinaadojmejbpkbckcpakmgeohl
簡介 修改百度为谷歌主题,可以假装自己在使用谷歌搜索!
檔案大小 177 KB
安裝次數 42
目前版本 1.2
更新時間 2018-01-23
上架時間 2018-01-22
評分 3.00/5 共 1 次評分
開發者 wilee
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/xiongwilee/baidu2google
說明頁面URL https://github.com/xiongwilee/baidu2google/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7528\u8c37\u6b4c\u767e\u5ea6\u4e00\u4e0b\uff01",
    "description": "\u4fee\u6539\u767e\u5ea6\u4e3a\u8c37\u6b4c\u4e3b\u9898\uff0c\u53ef\u4ee5\u5047\u88c5\u81ea\u5df1\u5728\u4f7f\u7528\u8c37\u6b4c\u641c\u7d22\uff01",
    "version": "1.2",
    "homepage_url": "https:\/\/github.com\/xiongwilee\/baidu2google",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.baidu.com\/*"
            ],
            "js": [
                "static\/js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "static\/css\/main_index_no_login.css",
        "static\/css\/main_result.css",
        "icons\/favicon.ico"
    ]
}