New Tab Apps
Show the Apps screen in the New Tab instead of the new New Tab.
New Tab Apps क्या है?
New Tab Apps Adrià Vilanova Martínez (avm99963) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show the Apps screen in the New Tab instead of the new New Tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab Apps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show the Apps screen in the New Tab instead of the new New Tab. ** How it works ** Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page. ** Credits ** Icon from http://www.icons-land.com
एक्सटेंशन की मूल जानकारी
नाम | New Tab Apps |
ID | iiaadipohcenaagngllohhjehohdcehp |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp |
विवरण | Show the Apps screen in the New Tab instead of the new New Tab. |
फ़ाइल का आकार | 86.26 KB |
स्थापना संख्या | 709 |
वर्तमान संस्करण | 0.2.1.1 |
अंतिम अपडेट | 2022-07-09 |
प्रकाशन तिथि | 2014-05-03 |
रेटिंग | 4.80/5 कुल 10 रेटिंग्स |
डेवलपर | Adrià Vilanova Martínez (avm99963) |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub |
समर्थित भाषाएँ | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.2.1.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "256": "img\/icon\/256.png", "128": "img\/icon\/128.png", "64": "img\/icon\/64.png", "48": "img\/icon\/48.png", "32": "img\/icon\/32.png", "24": "img\/icon\/24.png", "16": "img\/icon\/16.png" }, "default_locale": "en" } |