Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com
Luv images on LiveLuvCreate.com란 무엇입니까?
Luv images on LiveLuvCreate.com은(는) https://www.liveluvcreate.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Luv images on LiveLuvCreate.com"입니다.
확장 프로그램 스크린샷
Luv images on LiveLuvCreate.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |