Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com क्या है?
Luv images on LiveLuvCreate.com https://www.liveluvcreate.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Luv images on LiveLuvCreate.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Luv images on LiveLuvCreate.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
About the Site: LiveLuvCreate.com website and apps are a way to express yourself to people. Just pick an image, create text and you have a beautiful, amazing and inspiring image for other to view and Luv. Our community is very welcoming to all types of people and ideas. Give it a try today and create something beautiful! About the Extension: This is an easy way to import new images to your creations. Find an image online you want to create with, no problem just use this plugin to do so!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oihjpendngmahbmdicaipaigpkidhbmg |
आधिकारिक URL | https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg |
विवरण | Luv images on LiveLuvCreate.com |
फ़ाइल का आकार | 229 KB |
स्थापना संख्या | 169 |
वर्तमान संस्करण | 0.40 |
अंतिम अपडेट | 2012-10-09 |
प्रकाशन तिथि | 2012-10-09 |
रेटिंग | 4.75/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.liveluvcreate.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.liveluvcreate.com |
सहायता पृष्ठ URL | http://www.liveluvcreate.com/faq.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Luv images on LiveLuvCreate.com", "version": "0.40", "manifest_version": 2, "description": "Luv images on LiveLuvCreate.com", "icons": { "16": "large.png", "48": "large.png", "128": "large.png" }, "browser_action": { "default_icon": "large.png", "default_popup": "popup.html", "default_title": "Luv images on LiveLuvCreate.com" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "angular.js", "lib.js", "contentScript.js" ] } ], "background": { "scripts": [ "backgroundScript.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ], "web_accessible_resources": [ "logo.png" ] } |