Meta-Tile Widget [ANTP]

Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]

O que é Meta-Tile Widget [ANTP]?

Meta-Tile Widget [ANTP] é uma extensão do Chrome desenvolvida por Steven Caamano, e sua principal característica é "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Meta-Tile Widget [ANTP]

Baixe arquivos de extensão Meta-Tile Widget [ANTP] 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

                        This is a widget for the Chrome extension "Awesome New Tab Page" (ANTP).

Without ANTP, this extension does nothing. If you'd like to use this widget, you must also install it, which you can find here:

https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg

This is a rather complex widget that allows you to have a denser grid, because this widget is able to hold up to 9 tiles of shortcuts to your favorite web sites & Chrome apps. :]

I have personally wanted this since day 1 of using Awesome New Tab Page, and now it's a reality. As you can see, it's rather flexible, allows you to resize it from 1x1 to 3x3, and allows for 4 different tile "formats". Colors, urls, images, and more, it's all customizable.                    

Informações Básicas da Extensão

Nome Meta-Tile Widget [ANTP] Meta-Tile Widget [ANTP]
ID ibhffciboaodhfapmcpckhbdpbjjppan
URL Oficial https://chrome.google.com/webstore/detail/meta-tile-widget-antp/ibhffciboaodhfapmcpckhbdpbjjppan
Descrição Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]
Tamanho do Arquivo 493 KB
Contagem de Instalações 2,616
Versão Atual 1.2.2
Última Atualização 2020-08-13
Data de Publicação 2020-08-13
Classificação 3.86/5 Total de 65 Avaliações
Desenvolvedor Steven Caamano
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://gist.github.com/diceroll123/ccd27356e0cde676c26065f4fc394360
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22",
    "background": {
        "scripts": [
            "\/js\/jquery.js",
            "background.js"
        ],
        "persistent": false
    },
    "version": "1.2.2",
    "name": "Meta-Tile Widget [ANTP]",
    "description": "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "meta-tile.html",
        "options.html"
    ],
    "manifest_version": 2,
    "permissions": [
        "management",
        "storage",
        "tabs"
    ]
}