Image Dimensions
Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]
O que é Image Dimensions?
Image Dimensions é uma extensão do Chrome desenvolvida por Genius Lynx, e sua principal característica é "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Image Dimensions
Baixe arquivos de extensão Image Dimensions 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
The extension will help to know the width and height of the images loaded on the current page. A grid of all images with dimensions is displayed, helpful for web designers, web developers to communicate with the team for different images sizes/dimensions required for the graphics in the web project. Updates: Bug Fixes
Informações Básicas da Extensão
Nome | Image Dimensions |
ID | dpaeghmnckceanlgappbolbofibkkdef |
URL Oficial | https://chromewebstore.google.com/detail/image-dimensions/dpaeghmnckceanlgappbolbofibkkdef |
Descrição | Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag] |
Tamanho do Arquivo | 46.66 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.0.0.1 |
Última Atualização | 2021-09-30 |
Data de Publicação | 2021-07-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Genius Lynx |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://geniuslynx.com/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Dimensions", "version": "1.0.0.1", "author": "Genius Lynx", "description": "Get current page image dimensions (width x height) from images loaded in the DOM [Document Object Model - img tag]", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Image Dimensions" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |