New Tab Tools
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
New Tab Tools क्या है?
New Tab Tools Geoff Lankow द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
विवरण | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
फ़ाइल का आकार | 174 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 90.3 |
अंतिम अपडेट | 2019-12-12 |
प्रकाशन तिथि | 2019-12-11 |
रेटिंग | 4.29/5 कुल 34 रेटिंग्स |
डेवलपर | Geoff Lankow |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/darktrojan/newtabtools |
सहायता पृष्ठ URL | https://github.com/darktrojan/newtabtools/issues |
समर्थित भाषाएँ | de,en,fr,nl,ca,es,it,lv,hu,pl,el,bg,ru,uk,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "90.3", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png" }, "chrome_url_overrides": { "newtab": "newTab.xhtml" }, "background": { "scripts": [ "common.js", "tiles.js", "prefs.js", "background.js", "lib\/zip.js", "export.js" ] }, "browser_action": { "default_icon": { "16": "images\/tools-light16.png", "24": "images\/tools-light24.png", "32": "images\/tools-light32.png", "48": "images\/tools-light48.png", "64": "images\/tools-light64.png", "96": "images\/tools-light96.png" }, "default_popup": "action.html", "default_title": "__MSG_extensionName__", "browser_style": true }, "permissions": [ " |