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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome Mega-customizable Sub-shortcut widget for Awesome New Tab Page. [ANTP]"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Meta-Tile Widget [ANTP] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |