Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Cos'è Luv images on LiveLuvCreate.com?
Luv images on LiveLuvCreate.com è un'estensione di Chrome sviluppata da https://www.liveluvcreate.com, e la sua funzione principale è "Luv images on LiveLuvCreate.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Luv images on LiveLuvCreate.com
Scarica i file di estensione Luv images on LiveLuvCreate.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | oihjpendngmahbmdicaipaigpkidhbmg |
URL Ufficiale | https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg |
Descrizione | Luv images on LiveLuvCreate.com |
Dimensione del File | 229 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 0.40 |
Ultimo Aggiornamento | 2012-10-09 |
Data di Pubblicazione | 2012-10-09 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | https://www.liveluvcreate.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.liveluvcreate.com |
URL della Pagina di Aiuto | http://www.liveluvcreate.com/faq.html |
Lingue Supportate | 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" ] } |