Getter
Automatically find fonts, colors and more on any page!
O que é Getter?
Getter é uma extensão do Chrome desenvolvida por abdevelops, e sua principal característica é "Automatically find fonts, colors and more on any page!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Getter
Baixe arquivos de extensão Getter 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
Ever wanted to know what fonts, colors or other css is being used on a page? Wonder no more, with this extension you can now see fonts, colors, and background colors on the page. More CSS attributes coming soon!
Informações Básicas da Extensão
Nome | Getter |
ID | nkgabfmcijbajgobbeloaobhbhpacnim |
URL Oficial | https://chromewebstore.google.com/detail/getter/nkgabfmcijbajgobbeloaobhbhpacnim |
Descrição | Automatically find fonts, colors and more on any page! |
Tamanho do Arquivo | 10.33 MB |
Contagem de Instalações | 91 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-01-11 |
Data de Publicação | 2021-01-09 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | abdevelops |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Getter", "version": "1.1.0", "description": "Automatically find fonts, colors and more on any page!", "permissions": [ "tabs", "activeTab", "declarativeContent", "webNavigation", "storage", "downloads", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": ".\/options\/options.html", "page_action": { "default_title": "Getter", "default_popup": ".\/popup\/popup.html", "default_icon": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" } }, "icons": { "16": "images\/CSS-Getter-Icon-16px.png", "32": "images\/CSS-Getter-Icon-32px.png", "48": "images\/CSS-Getter-Icon-48px.png", "128": "images\/CSS-Getter-Icon-128px.png" }, "manifest_version": 2 } |