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."입니다.
확장 프로그램 스크린샷
Keyword Research use 'k ' to start search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |