Feeling the Love
Add Falling In Love to any web site
Feeling the Love क्या है?
Feeling the Love romkey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Falling In Love to any web site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Feeling the Love एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mmlkfieplmnnkibbpfdlajgakffakmam |
आधिकारिक URL | https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam |
विवरण | Add Falling In Love to any web site |
फ़ाइल का आकार | 60.37 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-02-14 |
प्रकाशन तिथि | 2013-02-14 |
रेटिंग | 2.40/5 कुल 5 रेटिंग्स |
डेवलपर | romkey |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/romkey/FeelingTheLove |
समर्थित भाषाएँ | 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" ] } ] } |