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