IFrame New Tab

Embed a fullscreen iframe into your new tab page.

IFrame New Tab क्या है?

IFrame New Tab https://idreesinc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Embed a fullscreen iframe into your new tab page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IFrame New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to embed a full-screen iframe into your new tab page containing a website of your choice. By embedding a website as opposed to redirecting to a URL, you don't have to wait for the tab to load before typing anything into the search bar. The address bar will keep its focus (unlike on redirect), allowing you to start typing immediately without having to click anything. Optionally you can also prevent the iframe from scrolling to hide any scrollbars.
Because this extension uses an iframe, not all websites will allow themselves to be embedded. This includes websites like google.com and many other big-name service providers that would rather you visit their sites directly. 
This project is open source and released under the MIT license. The source code is available at https://github.com/IdreesInc/IFrame-New-Tab
For more of my projects, visit my site at https://idreesinc.com                    

एक्सटेंशन की मूल जानकारी

नाम IFrame New Tab IFrame New Tab
ID odhjpfjdlmcoajgnphnpnkapienploji
आधिकारिक URL https://chromewebstore.google.com/detail/iframe-new-tab/odhjpfjdlmcoajgnphnpnkapienploji
विवरण Embed a fullscreen iframe into your new tab page.
फ़ाइल का आकार 65.75 KB
स्थापना संख्या 590
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-09-01
प्रकाशन तिथि 2019-08-04
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर https://idreesinc.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IFrame New Tab",
    "description": "Embed a fullscreen iframe into your new tab page.",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "jquery-3.4.1.min.js"
    ],
    "chrome_url_overrides": {
        "newtab": "iframe-new-tab.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    }
}