Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Wat is Luv images on LiveLuvCreate.com?
Luv images on LiveLuvCreate.com is een Chrome-extensie ontwikkeld door https://www.liveluvcreate.com, en de belangrijkste functie is "Luv images on LiveLuvCreate.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Luv images on LiveLuvCreate.com
Download Luv images on LiveLuvCreate.com-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
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!
Basisinformatie over de Extensie
Naam | |
ID | oihjpendngmahbmdicaipaigpkidhbmg |
Officiële URL | https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg |
Beschrijving | Luv images on LiveLuvCreate.com |
Bestandsgrootte | 229 KB |
Aantal Installaties | 169 |
Huidige Versie | 0.40 |
Laatst Bijgewerkt | 2012-10-09 |
Publicatiedatum | 2012-10-09 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.liveluvcreate.com |
Betalingswijze | free |
Extensiewebsite | http://www.liveluvcreate.com |
Help Pagina-URL | http://www.liveluvcreate.com/faq.html |
Ondersteunde Talen | 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" ] } |