Meta-Tile Widget [ANTP]
Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]
什么是Meta-Tile Widget [ANTP]?
Meta-Tile Widget [ANTP]是由Steven Caamano开发的Chrome扩展程序,该扩展的主要功能是“Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]”。
扩展截图
下载Meta-Tile Widget [ANTP]扩展crx文件
下载Meta-Tile Widget [ANTP]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ibhffciboaodhfapmcpckhbdpbjjppan |
官方URL | https://chrome.google.com/webstore/detail/meta-tile-widget-antp/ibhffciboaodhfapmcpckhbdpbjjppan |
简介 | Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP] |
文件大小 | 493 KB |
安装次数 | 2,616 |
当前版本 | 1.2.2 |
更新时间 | 2020-08-13 |
上架时间 | 2020-08-13 |
评分 | 3.86/5 共65次评分 |
开发者 | Steven Caamano |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://gist.github.com/diceroll123/ccd27356e0cde676c26065f4fc394360 |
支持的语言 | 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" ] } |