用谷歌百度一下!
修改百度为谷歌主题,可以假装自己在使用谷歌搜索!
用谷歌百度一下!란 무엇입니까?
用谷歌百度一下!은(는) wilee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "修改百度为谷歌主题,可以假装自己在使用谷歌搜索!"입니다.
확장 프로그램 스크린샷
用谷歌百度一下! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
通过chrome浏览器插件修改百度首页为谷歌主题样式:用谷歌百度一下!
확장 프로그램 기본 정보
이름 | |
ID | ekbeedinaadojmejbpkbckcpakmgeohl |
공식 URL | 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" ] } |