谷歌访问神器
可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。
谷歌访问神器란 무엇입니까?
谷歌访问神器은(는) angular에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。"입니다.
확장 프로그램 스크린샷
谷歌访问神器 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。
확장 프로그램 기본 정보
이름 | |
ID | fmahbnimplkcmeapegkmfedhbkfhfhlj |
공식 URL | https://chrome.google.com/webstore/detail/%E8%B0%B7%E6%AD%8C%E8%AE%BF%E9%97%AE%E7%A5%9E%E5%99%A8/fmahbnimplkcmeapegkmfedhbkfhfhlj |
설명 | 可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。 |
파일 크기 | 154 KB |
설치 횟수 | 3,000 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-02-05 |
출시 날짜 | 2020-02-05 |
평점 | 3.67/5 총 21 개의 평점 |
개발자 | angular |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "\u53ef\u4ee5\u89e3\u51b3chrome\u6269\u5c55\u65e0\u6cd5\u81ea\u52a8\u66f4\u65b0\u7684\u95ee\u9898\uff0c\u540c\u65f6\u53ef\u4ee5\u8bbf\u95ee\u8c37\u6b4cgoogle\u641c\u7d22\uff0cgmail\u90ae\u7bb1\uff0cgoogle+\u7b49\u8c37\u6b4c\u670d\u52a1\u3002", "version": "0.0.1", "name": "\u8c37\u6b4c\u8bbf\u95ee\u795e\u5668", "options_page": "options.html", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "RxJS.png" }, "icons": { "128": "RxJS.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "webRequest", "proxy", "http:\/\/wudd.ml\/*", "https:\/\/wudd.ml\/*" ] } |