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™) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://wauncher.com, και η κύρια λειτουργία του είναι "This extension replaces your default new tab page with a minimal, yet powerful launcher for web apps.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Launcher (for Chrome™)

Λήψη αρχείων επέκτασης Launcher (for Chrome™) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Launcher (for Chrome™) Launcher (for Chrome™)
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."
}