Meta-Tile Widget [ANTP]

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

Meta-Tile Widget [ANTP]คืออะไร?

Meta-Tile Widget [ANTP] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Caamano และคุณลักษณะหลักของมันคือ "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meta-Tile Widget [ANTP]

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meta-Tile Widget [ANTP] Meta-Tile Widget [ANTP]
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"
    ]
}