QuickLinks
Speed dial for the internet.
¿Qué es QuickLinks?
QuickLinks es una extensión de Chrome desarrollada por Unknown, y su función principal es "Speed dial for the internet.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QuickLinks
Descarga archivos de extensión QuickLinks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | QuickLinks |
ID | gjalfolejbafbloobnblbfihmhbgdhhe |
URL Oficial | https://chromewebstore.google.com/detail/quicklinks/gjalfolejbafbloobnblbfihmhbgdhhe |
Descripción | Speed dial for the internet. |
Tamaño del Archivo | 9.53 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 1.0 |
Última Actualización | 2015-12-10 |
Fecha de Publicación | 2015-12-09 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |