Easy Search
Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
Apa itu Easy Search?
Easy Search adalah ekstensi Chrome yang dikembangkan oleh woogyboogy73, dan fitur utamanya adalah "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Search
Unduh file ekstensi Easy Search 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
This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.
Informasi Dasar Ekstensi
Nama | |
ID | fcdpihjpncikmjengigheocmceffcgoo |
URL Resmi | https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo |
Deskripsi | Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google. |
Ukuran File | 11.3 KB |
Jumlah Instalasi | 6,000 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-02 |
Tanggal Publikasi | 2014-01-02 |
Penilaian | 1.75/5 Total 4 Penilaian |
Pengembang | woogyboogy73 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Search", "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "google-search": { "suggested_key": { "default": "Ctrl+Shift+S" }, "description": "Google search selected text" } } } |