Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Apa itu Web Keyboard Navigator?
Web Keyboard Navigator adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "This extension that provide the keyboard navigator in Google, Naver Search".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Web Keyboard Navigator
Unduh file ekstensi Web Keyboard Navigator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Chrome extension that provide the keyboard navigator in Google Search 1. Search by Google 2. Press '/' for(* Naver : Press 'ESC') * Press '/' again 3. Press 'ArrowDown' => next result Press 'ArrowUp' => Prev result Press 'ArrowRight' => next page Press 'ArrowLeft' => Prev Page https://github.com/bluemirr5/google-search-keyboard-navigator
Informasi Dasar Ekstensi
Nama | |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
URL Resmi | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
Deskripsi | This extension that provide the keyboard navigator in Google, Naver Search |
Ukuran File | 184 KB |
Jumlah Instalasi | 525 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2017-11-15 |
Tanggal Publikasi | 2017-11-15 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | [email protected] |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bluemirr5/google-search-keyboard-navigator |
URL Halaman Bantuan | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Keyboard Navigator", "version": "1.0.7", "description": "This extension that provide the keyboard navigator in Google, Naver Search", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "icon": "inactive.png", "default_title": "This page is Not Search Page" }, "manifest_version": 2 } |