谷歌访问助手
谷歌访问助手让你在任何地区都能畅快访问谷歌的各种服务,如谷歌搜索、翻译、Gmail邮箱...是你的必备扩展之一
What is 谷歌访问助手?
谷歌访问助手 is a Chrome extension developed by http://iggzs.com, and its main feature is "谷歌访问助手让你在任何地区都能畅快访问谷歌的各种服务,如谷歌搜索、翻译、Gmail邮箱...是你的必备扩展之一".
Extension Screenshots
Download 谷歌访问助手 Extension CRX File
Download 谷歌访问助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
《谷歌访问助手》一键安装,开箱即用,畅享谷歌服务! 使用本扩展即可无阻访问大部分谷歌服务: — 谷歌搜索 — Gmail邮箱 — 谷歌翻译 — 谷歌学术 — Chrome应用商店 Chrome浏览器(谷歌浏览器)需要连接谷歌服务器实现账户登录,同步、更新浏览器的设置、用户信息和扩展,安装本扩展以后在国内即可正常使用这些联网功能。 提示:使用本扩展需要简单激活,用户要手动设置导航为首页,才能激活使用。
Extension Basic Information
Name | |
ID | fjbknnledpckpbjcglogolokonffggpc |
Official URL | https://chrome.google.com/webstore/detail/%E8%B0%B7%E6%AD%8C%E8%AE%BF%E9%97%AE%E5%8A%A9%E6%89%8B/fjbknnledpckpbjcglogolokonffggpc |
Description | 谷歌访问助手让你在任何地区都能畅快访问谷歌的各种服务,如谷歌搜索、翻译、Gmail邮箱...是你的必备扩展之一 |
File Size | 212 KB |
Installation Count | 100,000 |
Current Version | 3.0.7 |
Last Updated | 2022-03-17 |
Publish Date | 2020-05-16 |
Rating | 3.53/5 Total 81 Ratings |
Developer | http://iggzs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.iggzs.com |
Help Page URL | https://www.iggzs.com/help |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "img\/icon-32.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "options_page": "options.html", "manifest_version": 2, "minimum_chrome_version": "55.0.0", "name": "__MSG_extName__", "version": "3.0.7", "default_locale": "zh_CN", "description": "__MSG_extDesc__", "icons": { "128": "img\/icon-128.png", "64": "img\/icon-64.png", "32": "img\/icon-32.png", "16": "img\/icon-16.png" }, "permissions": [ "proxy", "tabs", "webRequest", "webRequestBlocking", "unlimitedStorage", "notifications", " |