Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Vad är Luv images on LiveLuvCreate.com?
Luv images on LiveLuvCreate.com är en Chrome-tillägg utvecklad av https://www.liveluvcreate.com, och dess huvudfunktion är "Luv images on LiveLuvCreate.com".
Tilläggsskärmbilder
Ladda ner Luv images on LiveLuvCreate.com-förlängningens CRX-fil
Ladda ner Luv images on LiveLuvCreate.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | oihjpendngmahbmdicaipaigpkidhbmg |
Officiell webbadress | https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg |
Beskrivning | Luv images on LiveLuvCreate.com |
Filstorlek | 229 KB |
Antal Installationer | 169 |
Aktuell Version | 0.40 |
Senast Uppdaterad | 2012-10-09 |
Publiceringsdatum | 2012-10-09 |
Betyg | 4.75/5 Totalt 8 Betyg |
Utvecklare | https://www.liveluvcreate.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.liveluvcreate.com |
Hjälpsida URL | http://www.liveluvcreate.com/faq.html |
Stödda Språk | 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" ] } |