New Tab iFrame
customize new tab by an iframe
New Tab iFrame क्या है?
New Tab iFrame chienwen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "customize new tab by an iframe"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में New Tab iFrame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
एक्सटेंशन की मूल जानकारी
नाम | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
आधिकारिक URL | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
विवरण | customize new tab by an iframe |
फ़ाइल का आकार | 96.19 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-09-12 |
प्रकाशन तिथि | 2015-09-12 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | chienwen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab iFrame", "description": "customize new tab by an iframe", "version": "1.0", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/jquery-1.10.2.min.map" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/newtabiframe_16.png", "48": "images\/newtabiframe_48.png", "128": "images\/newtabiframe_128.png" } } |