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文件
下載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 |
官方網址 | 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" ] } |