Alt-Tag Overlay
Display an overlay of alt tags overtop images
O que é Alt-Tag Overlay?
Alt-Tag Overlay é uma extensão do Chrome desenvolvida por https://www.jsabo.net, e sua principal característica é "Display an overlay of alt tags overtop images".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alt-Tag Overlay
Baixe arquivos de extensão Alt-Tag Overlay 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 and easily see all alt tags overlaying the photos currently on the webpage you're viewing. As absolute positioning can screw things up, I included an overlay to see outside of the website's own layout.
Informações Básicas da Extensão
Nome | Alt-Tag Overlay |
ID | hcccpjiloncfhkjolfepfokhjbgboikm |
URL Oficial | https://chromewebstore.google.com/detail/alt-tag-overlay/hcccpjiloncfhkjolfepfokhjbgboikm |
Descrição | Display an overlay of alt tags overtop images |
Tamanho do Arquivo | 73.1 KB |
Contagem de Instalações | 1,359 |
Versão Atual | 0.92 |
Última Atualização | 2024-03-01 |
Data de Publicação | 2020-04-09 |
Classificação | 3.60/5 Total de 5 Avaliações |
Desenvolvedor | https://www.jsabo.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.jsabo.net |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Tag Overlay", "description": "Display an overlay of alt tags overtop images", "version": "0.92", "permissions": [ "activeTab" ], "background": { "scripts": [ "backend.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Click to Toggle - Alt-Tag Overlay" }, "content_scripts": [ { "matches": [ " |