Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com là gì?
Luv images on LiveLuvCreate.com là một tiện ích mở rộng Chrome được phát triển bởi https://www.liveluvcreate.com, và tính năng chính của nó là "Luv images on LiveLuvCreate.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Luv images on LiveLuvCreate.com
Tải xuống các tệp mở rộng Luv images on LiveLuvCreate.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oihjpendngmahbmdicaipaigpkidhbmg |
URL Chính Thức | https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg |
Mô tả | Luv images on LiveLuvCreate.com |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 169 |
Phiên Bản Hiện Tại | 0.40 |
Cập Nhật Lần Cuối | 2012-10-09 |
Ngày Phát Hành | 2012-10-09 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.liveluvcreate.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.liveluvcreate.com |
URL Trang Trợ Giúp | http://www.liveluvcreate.com/faq.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |