My New Tab
Replace newtab with any url & keep the addres bar clean!
My New Tab क्या है?
My New Tab Perfect Things द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace newtab with any url & keep the addres bar clean!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में My New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
विवरण | Replace newtab with any url & keep the addres bar clean! |
फ़ाइल का आकार | 14.71 KB |
स्थापना संख्या | 43 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2015-02-10 |
प्रकाशन तिथि | 2015-02-10 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Perfect Things |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tborychowski/mynewtab |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |