Quick Login for Google Accounts (minor fix)
This is not my extension. I have just added two lines of code to make this work.
O que é Quick Login for Google Accounts (minor fix)?
Quick Login for Google Accounts (minor fix) é uma extensão do Chrome desenvolvida por robotreply, e sua principal característica é "This is not my extension. I have just added two lines of code to make this work.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Quick Login for Google Accounts (minor fix)
Baixe arquivos de extensão Quick Login for Google Accounts (minor fix) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
One click google sign in. This is not my extension. I have just added two lines of code to make this work." Informações Básicas da Extensão
| Nome | |
| ID | aghppbkjbhgjnapmofheihifejlblaee |
| URL Oficial | https://chromewebstore.google.com/detail/quick-login-for-google-ac/aghppbkjbhgjnapmofheihifejlblaee |
| Descrição | This is not my extension. I have just added two lines of code to make this work. |
| Tamanho do Arquivo | 82.01 KB |
| Contagem de Instalações | 306 |
| Versão Atual | 0.7.9.4 |
| Última Atualização | 2014-08-08 |
| Data de Publicação | 2014-08-08 |
| Desenvolvedor | robotreply |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
} | |