Metadata plugin
HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.
O que é Metadata plugin?
Metadata plugin é uma extensão do Chrome desenvolvida por esa.pulkkinen, e sua principal característica é "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Metadata plugin
Baixe arquivos de extensão Metadata plugin 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
Chrome plugin to display web page metadata
Informações Básicas da Extensão
Nome | Metadata plugin |
ID | bfefomgjdpdmfibcboipedbjanjplfao |
URL Oficial | https://chromewebstore.google.com/detail/metadata-plugin/bfefomgjdpdmfibcboipedbjanjplfao |
Descrição | HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page. |
Tamanho do Arquivo | 9.05 KB |
Contagem de Instalações | 181 |
Versão Atual | 1.2 |
Última Atualização | 2020-11-25 |
Data de Publicação | 2020-11-24 |
Desenvolvedor | esa.pulkkinen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Metadata plugin", "version": "1.2", "description": "HTML metadata reader. Plugin makes metadata fields from browsed web pages visible in a yellow box at the end of the web page.", "options_page": "README.html", "browser_action": { "default_title": "Metadata plugin", "default_popup": "README.html" }, "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "100": "images\/metadata.png" }, "manifest_version": 2 } |