Feeling the Love
Add Falling In Love to any web site
Wat is Feeling the Love?
Feeling the Love is een Chrome-extensie ontwikkeld door romkey, en de belangrijkste functie is "Add Falling In Love to any web site".
Extensie Screenshots
Download het CRX-bestand van de extensie Feeling the Love
Download Feeling the Love-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | mmlkfieplmnnkibbpfdlajgakffakmam |
Officiële URL | https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam |
Beschrijving | Add Falling In Love to any web site |
Bestandsgrootte | 60.37 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-02-14 |
Publicatiedatum | 2013-02-14 |
Beoordeling | 2.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | romkey |
Betalingswijze | free |
Extensiewebsite | https://github.com/romkey/FeelingTheLove |
Ondersteunde Talen | 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" ] } ] } |