QuickLinks
Speed dial for the internet.
Qu'est-ce que QuickLinks ?
QuickLinks est une extension Chrome développée par Unknown, et sa fonction principale est "Speed dial for the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickLinks
Téléchargez les fichiers d'extension QuickLinks 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
Speed dial for your browser. Save, change, and delete shortcut keywords to any website with Quick Links. To use the shortcuts you've created, just type "ql" into the browser bar, press tab, and then type in one of your shortcuts and hit Enter to go to the website. For those times when you want quicker access to a webpage without having to remember a complicated url or you don't want to have to search through all your Bookmarks trying to remember where you saved it. Quick Links provides the easiest and fastest way to save urls and get back to them later.
Informations de Base sur l'Extension
Nom | QuickLinks |
ID | gjalfolejbafbloobnblbfihmhbgdhhe |
URL Officiel | https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe |
Description | Speed dial for the internet. |
Taille du Fichier | 9.53 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-12-10 |
Date de Publication | 2015-12-09 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickLinks", "description": "Speed dial for the internet.", "version": "1.0", "omnibox": { "keyword": "ql" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |