Launcher (for Chrome™)
This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.
Launcher (for Chrome™) क्या है?
Launcher (for Chrome™) http://wauncher.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Launcher (for Chrome™) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Web App Launcher provides quick and intuitive personalized access to your favourite websites. Features: ✔ Automatically generated personalized grid of your most opened and recently visited sites; ✔ Well-organized sidebar to browse through a growing collection of web apps and games; ✔ An ultra-fast live search that displays the results as you type; ✔ Simple and clean user interface based on Google's Material Design principles; ✔ Fast loading and lightweight, with responsive design to accommodate iOS, Android, Windows etc; ✔ No signup or registration required; ✔ Completely FREE, NO ADS! Have any questions? Twitter: @wauncher Facebook: fb.com/wauncher Email: [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lfkpbadaihhpflkblbecdmdhkeofgona |
आधिकारिक URL | https://chrome.google.com/webstore/detail/launcher-for-chrome/lfkpbadaihhpflkblbecdmdhkeofgona |
विवरण | This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps. |
फ़ाइल का आकार | 15.5 KB |
स्थापना संख्या | 2,007 |
वर्तमान संस्करण | 2019.07.24 |
अंतिम अपडेट | 2020-08-13 |
प्रकाशन तिथि | 2020-08-13 |
रेटिंग | 4.08/5 कुल 39 रेटिंग्स |
डेवलपर | http://wauncher.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "32": "images\/icon32.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ] }, "chrome_url_overrides": { "newtab": "html\/redirect.html" }, "permissions": [ "tabs" ], "name": "Launcher (for Chrome\u2122)", "version": "2", "version_name": "2019.07.24", "description": "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps." } |