Quickey Launcher

The fastest way to launch websites & bookmarks—with custom hotkeys!

Qu'est-ce que Quickey Launcher ?

Quickey Launcher est une extension Chrome développée par http://quickey.co, et sa fonction principale est "The fastest way to launch websites & bookmarks—with custom hotkeys!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quickey Launcher

Téléchargez les fichiers d'extension Quickey Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Upgrade your New Tab to a dashboard of customizable hotkeys for launching 🚀 your favorite websites/bookmarks!

⚡️ INSTANT CONTEXT-SWITCHING
• Quickey's 'single-key shortcuts' launches websites in a single press
• Launch right from your New Tab (e.g "F"), or from anywhere with Global Hotkeys ("ALT+F")
• Eliminate unnecessary typing/fumbling around search results, bookmark folders, or Google Drive

😍 EASY EDITING
• Quickey's designed to easily adapt to your evolving workflow/priorities
• Add/delete shortcuts with a single click
• Personalize with emojis for your visual memory
• Drag-n-drop shortcuts around & try different combinations (e.g "ASDF" for social media, "QWE" for work tools)

Start multitasking like a pro with Quickey!                    

Informations de Base sur l'Extension

Nom Quickey Launcher Quickey Launcher
ID nibepjokbndognmmejkdjcflfehkdhce
URL Officiel https://chrome.google.com/webstore/detail/quickey-launcher/nibepjokbndognmmejkdjcflfehkdhce
Description The fastest way to launch websites & bookmarks—with custom hotkeys!
Taille du Fichier 363 KB
Nombre d'Installations 4,370
Version Actuelle 1.2.2
Dernière Mise à Jour 2018-05-14
Date de Publication 2018-05-14
Évaluation 4.85/5 Total 140 Évaluations
Développeur http://quickey.co
Site Web de l'Extension http://www.quickey.co
URL de la Page de Politique de Confidentialité https://docs.google.com/document/u/2/d/1rXf1iVBvKAqjKzvQ-_C2ZQgIf-lM59y6TAuBXmBplBU/edit?usp=sharing
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Quickey Launcher",
    "manifest_version": 2,
    "description": "The fastest way to launch websites & bookmarks\u2014with custom hotkeys!",
    "browser_action": {
        "default_title": "Launch Quickey",
        "default_icon": "img\/icon3.png"
    },
    "icons": {
        "16": "img\/icon1.png",
        "48": "img\/icon2.png",
        "128": "img\/icon3.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "tabs"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/cdn.heapanalytics.com http:\/\/localhost:3000 https:\/\/localhost:3000 'unsafe-eval'; connect-src https:\/\/cdn.heapanalytics.com https:\/\/api.unsplash.com\/ https:\/\/ajax.googleapis.com  http:\/\/localhost:3000 https:\/\/localhost:3000 ws:\/\/localhost:8000; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; img-src * 'self' data:;object-src 'self' https:\/\/www.youtube.com\/; frame-src * 'self' https:\/\/www.youtube.com\/; font-src 'self' https:\/\/fonts.gstatic.com"
}