Keyword Research use 'k ' to start search
Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country.
¿Qué es Keyword Research use 'k ' to start search?
Keyword Research use 'k ' to start search es una extensión de Chrome desarrollada por Andy Hawes, y su función principal es "Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Keyword Research use 'k ' to start search
Descarga archivos de extensión Keyword Research use 'k ' to start search 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
Chrome Extension to assist with Keywords you wish to Research using the power of UberSuggest. Right click extension icon to set your chosen country, default is UK but can be set to any country. Then in the Google Chrome omnibox simply type the letter "k" followed by a space and then your search term or phrase to open a new tab of Keyword Research for this search term. Left click the extension icon to go to UberSuggest for manual entry.
Información Básica de la Extensión
Nombre | Keyword Research use 'k ' to start search |
ID | jcegfnjdfcpmaimeglgghogijdhaopeo |
URL Oficial | https://chromewebstore.google.com/detail/keyword-research-use-k-to/jcegfnjdfcpmaimeglgghogijdhaopeo |
Descripción | Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country. |
Tamaño del Archivo | 18.68 KB |
Cantidad de Instalaciones | 376 |
Versión Actual | 1.1 |
Última Actualización | 2019-11-02 |
Fecha de Publicación | 2019-11-02 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Andy Hawes |
Tipo de Pago | free |
Sitio Web de la Extensión | https://isn-europe.co.uk/ |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyword Research use 'k ' to start search", "description": "Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country.", "version": "1.1", "options_page": "options.html", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "omnibox": { "keyword": "k" }, "manifest_version": 2, "browser_action": { "default_icon": { "16": "newtab_search16.png", "32": "newtab_search32.png" } }, "icons": { "16": "newtab_search16.png", "32": "newtab_search32.png", "48": "newtab_search48.png", "128": "newtab_search128.png" } } |