Feeling the Love
Add Falling In Love to any web site
O que é Feeling the Love?
Feeling the Love é uma extensão do Chrome desenvolvida por romkey, e sua principal característica é "Add Falling In Love to any web site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Feeling the Love
Baixe arquivos de extensão Feeling the Love 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
Add slowly falling hearts to any web site on Valentine's Day. Injects @rfreebern's Falling-in-Love to any web site. See http://blog.rnf.me/Falling-in-Love/ Ryan's code does all the heavy lifting. This extension merely wraps it up and delivers it. By default you will only see hearts on Valentine's Day. You can change this on the extension's options page.
Informações Básicas da Extensão
Nome | |
ID | mmlkfieplmnnkibbpfdlajgakffakmam |
URL Oficial | https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam |
Descrição | Add Falling In Love to any web site |
Tamanho do Arquivo | 60.37 KB |
Contagem de Instalações | 54 |
Versão Atual | 1.0 |
Última Atualização | 2013-02-14 |
Data de Publicação | 2013-02-14 |
Classificação | 2.40/5 Total de 5 Avaliações |
Desenvolvedor | romkey |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/romkey/FeelingTheLove |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Feeling the Love", "description": "Add Falling In Love to any web site", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "web_accessible_resources": [ "js\/hearts.min.js", "js\/jquery-1.9.1.min.js", "js\/jquery.serialize-hash.js", "js\/feelingthelove.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hearts.min.js", "js\/feelingthelove.js" ], "css": [ "css\/hearts.min.css" ] } ] } |