GLaunch

GLaunch is a simple tool which provides a popup panel linking to various Google services - Chrome Extension.

Τι είναι το GLaunch;

Το GLaunch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://oddineers.co.uk, και η κύρια λειτουργία του είναι "GLaunch is a simple tool which provides a popup panel linking to various Google services - Chrome Extension.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GLaunch

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

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

                        GLaunch is a simple extension that provide a popup link panel to numerous Google services. Services can be quickly filtered by typing the name of the desired service name.

Many services now features sub actions that provide quick access to common functions within select services.

GLaunch can be used as your new tab page, opened as a new tab or standalone window along side the Chrome extension panel.

Features:
- Improved Material based Design.
- Quickly search and find Google Services (+ Quick actions to common functions).
- Ability to add custom links.
- Filters services as you type.
- Links open in a new tab (+ Incognito window support).
- Open with Key binding (CTRL + SHIFT + Y) or customise to your own preference.
- Discover Google Services you did not know existed!
- Right click context menu based quick searches for Google Maps and YouTube.
- Select & Search; you can use GLaunch to highlight an address and right click to search Google Maps. 
- Select & Search; You can also highlight sentences and search Youtube for videos.

Please note that the icons used to represent each service are the official icons by Google they were sourced from the service itself.
 
Any of the trademarks, service marks, collective marks, design rights or similar rights that are shown, mentioned or cited on the extension are the property of their respective owners and not of Integrated Brands, its contributors or visitors.
The word mark, "Google" and the logo, and any associated service logos are copyright. The copyright is held by Google.
 
Uses List.js 1.3.0
Uses MDL 1.3.0                    

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

Όνομα GLaunch GLaunch
ID plaeoaehhcgncjfedjhnnoidagfdjamj
Επίσημο URL https://chromewebstore.google.com/detail/glaunch/plaeoaehhcgncjfedjhnnoidagfdjamj
Περιγραφή GLaunch is a simple tool which provides a popup panel linking to various Google services - Chrome Extension.
Μέγεθος Αρχείου 649 KB
Αριθμός Εγκαταστάσεων 874
Τρέχουσα Έκδοση 1.4.2
Τελευταία Ενημέρωση 2021-11-03
Ημερομηνία Δημοσίευσης 2018-04-24
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://oddineers.co.uk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://oddineers.co.uk/applications/glaunch/
URL της Σελίδας Πολιτικής Απορρήτου https://oddineers.co.uk/privacy-policy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GLaunch",
    "version": "1.4.2",
    "manifest_version": 2,
    "short_name": "GLaunch",
    "author": "Oddineers",
    "description": "GLaunch is a simple tool which provides a popup panel linking to various Google services - Chrome Extension.",
    "icons": {
        "16": "cogton16.png",
        "48": "cogton48.png",
        "128": "cogton128.png"
    },
    "browser_action": {
        "default_icon": "cogton128.png",
        "default_title": "GLaunch - A Google Service Launcher",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            },
            "description": "Toggle popup window"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        },
        "edge": {
            "browser_action_next_to_addressbar": true
        }
    }
}