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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |