Likz.Me - Photo Sharing

Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload

O que é Likz.Me - Photo Sharing?

Likz.Me - Photo Sharing é uma extensão do Chrome desenvolvida por https://likz.me, e sua principal característica é "Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Likz.Me - Photo Sharing

Baixe arquivos de extensão Likz.Me - Photo Sharing 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

                                            

Informações Básicas da Extensão

Nome Likz.Me - Photo Sharing Likz.Me - Photo Sharing
ID mcaakjghifcdfnkdbgjnplijofpeacfm
URL Oficial https://chromewebstore.google.com/detail/likzme-photo-sharing/mcaakjghifcdfnkdbgjnplijofpeacfm
Descrição Capture visible content / region of a web page, or the whole page. Edit your image / screenshot with our tools and upload
Tamanho do Arquivo 526 KB
Contagem de Instalações 19
Versão Atual 3.2.2
Última Atualização 2014-09-30
Data de Publicação 2014-09-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://likz.me
Tipo de Pagamento free
Site da Extensão https://likz.me
Idiomas Suportados en
manifest.json
{
    "background": {
        "scripts": [
            "js\/chrome.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "Capture visible content \/ region of a web page, or the whole page. Edit your image \/ screenshot with our tools and upload",
    "homepage_url": "https:\/\/likz.me",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon19.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Likz.Me - Photo Sharing",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "activeTab",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.2"
}