Metaview

View social meta tags for a website

O que é Metaview?

Metaview é uma extensão do Chrome desenvolvida por Tim Heap, e sua principal característica é "View social meta tags for a website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Metaview

Baixe arquivos de extensão Metaview 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

                        Quickly view social meta tags for a page, and preview how your page will look when embedded on social media. A toolbar button is added that shows a popup containing all the meta tags on the current page. The meta tags are grouped by their consumers, with the Facebook and Twitter tabs showing an example of how the current page will display when shared on social media.                    

Informações Básicas da Extensão

Nome Metaview Metaview
ID bbbeepcgbknpibfpkgpnpdoopddngapc
URL Oficial https://chromewebstore.google.com/detail/metaview/bbbeepcgbknpibfpkgpnpdoopddngapc
Descrição View social meta tags for a website
Tamanho do Arquivo 73.58 KB
Contagem de Instalações 46
Versão Atual 1.0
Última Atualização 2018-04-23
Data de Publicação 2018-04-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tim Heap
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/timheap/metaview/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metaview",
    "version": "1.0",
    "description": "View social meta tags for a website",
    "homepage_url": "https:\/\/github.com\/timheap\/metaview",
    "icons": {
        "16": "assets\/logo-16.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "96": "assets\/logo-96.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "assets\/logo-16.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "96": "assets\/logo-96.png"
        },
        "default_title": "View meta tags",
        "default_popup": "popup\/metaview.html"
    }
}