Meta-Tile Widget [ANTP]

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

Cos'è Meta-Tile Widget [ANTP]?

Meta-Tile Widget [ANTP] è un'estensione di Chrome sviluppata da Steven Caamano, e la sua funzione principale è "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Meta-Tile Widget [ANTP]

Scarica i file di estensione Meta-Tile Widget [ANTP] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Meta-Tile Widget [ANTP] Meta-Tile Widget [ANTP]
ID ibhffciboaodhfapmcpckhbdpbjjppan
URL Ufficiale https://chrome.google.com/webstore/detail/meta-tile-widget-antp/ibhffciboaodhfapmcpckhbdpbjjppan
Descrizione Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]
Dimensione del File 493 KB
Conteggio Installazioni 2,616
Versione Corrente 1.2.2
Ultimo Aggiornamento 2020-08-13
Data di Pubblicazione 2020-08-13
Valutazione 3.86/5 Totale 65 Valutazioni
Sviluppatore Steven Caamano
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gist.github.com/diceroll123/ccd27356e0cde676c26065f4fc394360
Lingue Supportate 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"
    ]
}