Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Τι είναι το Luv images on LiveLuvCreate.com;
Το Luv images on LiveLuvCreate.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.liveluvcreate.com, και η κύρια λειτουργία του είναι "Luv images on LiveLuvCreate.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Luv images on LiveLuvCreate.com
Λήψη αρχείων επέκτασης Luv images on LiveLuvCreate.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |