Tabplus newtab
Make your chrome work like a tablet!
Tabplus newtab क्या है?
Tabplus newtab tabplus.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your chrome work like a tablet!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabplus newtab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tabplus new tab can make your chrome start page work like a pad! Come and try the new tabPlus new tab product! re-designed new tab page layouts and styles, redesigned website Icons and Fast Dials, and countless beautiful high-quality wallpapers. With enough lightweight product volume, we bring you the following features: Re-designed new tab page Re-designed website Icon (continuously updated) Sync data automatically, switch to computer seamlessly without losing data Countless high-quality wallpapers from Unsplash Completely free customization settings Include Google, Yahoo, Baidu search engine, switch it with one-click Custom search engine settings
एक्सटेंशन की मूल जानकारी
नाम | Tabplus newtab |
ID | holbadhainijgomehehbklokmhcfcioc |
आधिकारिक URL | https://chromewebstore.google.com/detail/tabplus-newtab/holbadhainijgomehehbklokmhcfcioc |
विवरण | Make your chrome work like a tablet! |
फ़ाइल का आकार | 2.91 MB |
स्थापना संख्या | 306 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2019-12-17 |
प्रकाशन तिथि | 2019-12-15 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | tabplus.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0.3", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "16": "static\/img\/icon.png", "19": "static\/img\/icon.png", "38": "static\/img\/icon.png", "48": "static\/img\/icon.png", "128": "static\/img\/icon.png" }, "browser_action": { "default_icon": "static\/img\/icon.png", "default_title": "tabplus", "default_popup": "popup.html" }, "options_page": "option.html", "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "bookmarks", "activeTab", "tabs" ] } |