Highlight google search result text
Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
Apa itu Highlight google search result text?
Highlight google search result text adalah ekstensi Chrome yang dikembangkan oleh Zudwa, dan fitur utamanya adalah "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Highlight google search result text
Unduh file ekstensi Highlight google search result text 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
Informasi Dasar Ekstensi
Nama | Highlight google search result text |
ID | kafonnappobpdlafifbfbenjabakmihe |
URL Resmi | https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe |
Deskripsi | Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted |
Ukuran File | 12.97 KB |
Jumlah Instalasi | 75 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2014-04-03 |
Tanggal Publikasi | 2014-04-02 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Zudwa |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight google search result text", "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted", "version": "0.1.3", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "google-search.js", "search-result.js" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |