Meta-Tile Widget [ANTP]
Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]
What is Meta-Tile Widget [ANTP]?
Meta-Tile Widget [ANTP] is a Chrome extension developed by Steven Caamano, and its main feature is "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]".
Extension Screenshots
Download Meta-Tile Widget [ANTP] Extension CRX File
Download Meta-Tile Widget [ANTP] extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ibhffciboaodhfapmcpckhbdpbjjppan |
Official URL | https://chrome.google.com/webstore/detail/meta-tile-widget-antp/ibhffciboaodhfapmcpckhbdpbjjppan |
Description | Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP] |
File Size | 493 KB |
Installation Count | 2,616 |
Current Version | 1.2.2 |
Last Updated | 2020-08-13 |
Publish Date | 2020-08-13 |
Rating | 3.86/5 Total 65 Ratings |
Developer | Steven Caamano |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://gist.github.com/diceroll123/ccd27356e0cde676c26065f4fc394360 |
Supported Languages | 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" ] } |