Luv images on LiveLuvCreate.com

Luv images on LiveLuvCreate.com

O que é Luv images on LiveLuvCreate.com?

Luv images on LiveLuvCreate.com é uma extensão do Chrome desenvolvida por https://www.liveluvcreate.com, e sua principal característica é "Luv images on LiveLuvCreate.com".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Luv images on LiveLuvCreate.com

Baixe arquivos de extensão Luv images on LiveLuvCreate.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Luv images on LiveLuvCreate.com Luv images on LiveLuvCreate.com
ID oihjpendngmahbmdicaipaigpkidhbmg
URL Oficial https://chromewebstore.google.com/detail/luv-images-on-liveluvcrea/oihjpendngmahbmdicaipaigpkidhbmg
Descrição Luv images on LiveLuvCreate.com
Tamanho do Arquivo 229 KB
Contagem de Instalações 169
Versão Atual 0.40
Última Atualização 2012-10-09
Data de Publicação 2012-10-09
Classificação 4.75/5 Total de 8 Avaliações
Desenvolvedor https://www.liveluvcreate.com
Tipo de Pagamento free
Site da Extensão http://www.liveluvcreate.com
URL da Página de Ajuda http://www.liveluvcreate.com/faq.html
Idiomas Suportados 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"
    ]
}