Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Apa itu Google Search Result Hotkeys?
Google Search Result Hotkeys adalah ekstensi Chrome yang dikembangkan oleh Ian Wehrman, dan fitur utamanya adalah "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Search Result Hotkeys
Unduh file ekstensi Google Search Result Hotkeys 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
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Informasi Dasar Ekstensi
Nama | Google Search Result Hotkeys |
ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
URL Resmi | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
Deskripsi | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
Ukuran File | 4.77 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2020-11-08 |
Tanggal Publikasi | 2018-10-11 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Ian Wehrman |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/iwehrman/google-search-result-hotkeys |
URL Halaman Bantuan | https://github.com/iwehrman/google-search-result-hotkeys |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Result Hotkeys", "version": "0.0.9", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*" ], "js": [ "main.js" ] } ] } |