New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
New Tab with Apps क्या है?
New Tab with Apps https://sites.google.com/site/sandeshmore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Override the new tab page with Google Chrome Apps page, does not need many permissions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab with Apps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
एक्सटेंशन की मूल जानकारी
नाम | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
विवरण | Override the new tab page with Google Chrome Apps page, does not need many permissions |
फ़ाइल का आकार | 10.12 KB |
स्थापना संख्या | 401 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2014-04-04 |
प्रकाशन तिथि | 2014-04-03 |
रेटिंग | 3.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://sites.google.com/site/sandeshmore |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab with Apps", "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions", "version": "0.2", "chrome_url_overrides": { "newtab": "new_tab_chrome_apps.html" }, "permissions": [ "tabs" ], "icons": { "16": "allapps16.png", "48": "allapps48.png", "128": "allapps128.png" }, "manifest_version": 2 } |