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" ] } |