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
公式URL 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"
    }
}