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.

什麼是Keyword Research use 'k ' to start search?

Keyword Research use 'k ' to start search是由Andy Hawes開發的Chrome擴展程式,該擴展的主要功能是“Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Keyword Research use 'k ' to start search擴展crx文件

下載Keyword Research use 'k ' to start search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Keyword Research use 'k ' to start search Keyword Research use 'k ' to start search
ID jcegfnjdfcpmaimeglgghogijdhaopeo
官方網址 https://chromewebstore.google.com/detail/keyword-research-use-k-to/jcegfnjdfcpmaimeglgghogijdhaopeo
簡介 Type 'k ' plus a search term into the Omnibox to open UberSuggest in new tab. Options can be set to search for any country.
檔案大小 18.68 KB
安裝次數 376
目前版本 1.1
更新時間 2019-11-02
上架時間 2019-11-02
評分 3.67/5 共 3 次評分
開發者 Andy Hawes
付費類型 free
擴展官網 https://isn-europe.co.uk/
支援的語言 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"
    }
}