Quick Login for Google Accounts (minor fix)
This is not my extension. I have just added two lines of code to make this work.
什么是Quick Login for Google Accounts (minor fix)?
Quick Login for Google Accounts (minor fix)是由robotreply开发的Chrome扩展程序,该扩展的主要功能是“This is not my extension. I have just added two lines of code to make this work.”。
扩展截图
下载Quick Login for Google Accounts (minor fix)扩展crx文件
下载Quick Login for Google Accounts (minor fix)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
One click google sign in. This is not my extension. I have just added two lines of code to make this work."
扩展基本信息
名称 | Quick Login for Google Accounts (minor fix) |
ID | aghppbkjbhgjnapmofheihifejlblaee |
官方URL | https://chromewebstore.google.com/detail/quick-login-for-google-ac/aghppbkjbhgjnapmofheihifejlblaee |
简介 | This is not my extension. I have just added two lines of code to make this work. |
文件大小 | 82.01 KB |
安装次数 | 306 |
当前版本 | 0.7.9.4 |
更新时间 | 2014-08-08 |
上架时间 | 2014-08-08 |
开发者 | robotreply |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "This is not my extension. I have just added two lines of code to make this work." }, "content_scripts": [ { "js": [ "jquery-1.7.2.min.js", "login.js" ], "matches": [ "https:\/\/www.google.com\/*", "https:\/\/accounts.google.com\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "This is not my extension. I have just added two lines of code to make this work.", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "manifest_version": 2, "name": "Quick Login for Google Accounts (minor fix)", "options_page": "options.html", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.7.9.4", "web_accessible_resources": [ "icon_open_left2.png", "offline.png", "hover_left.png", "hover_bg.png", "hover_right.png", "online.png" ] } |