Find on mapy.cz
Find selected text on mapy.cz
Apa itu Find on mapy.cz?
Find on mapy.cz adalah ekstensi Chrome yang dikembangkan oleh wvi, dan fitur utamanya adalah "Find selected text on mapy.cz".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Find on mapy.cz
Unduh file ekstensi Find on mapy.cz 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
Finds selected text on http://mapy.cz/ . It simply just opens a new tab with results. It is for you who are using mapy.cz and find it annoying to copy&paste the text to their search.
Informasi Dasar Ekstensi
Nama | Find on mapy.cz |
ID | gmogjpphjifpompcibhiafmlkhdmbbkb |
URL Resmi | https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb |
Deskripsi | Find selected text on mapy.cz |
Ukuran File | 23.64 KB |
Jumlah Instalasi | 1,489 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-09-28 |
Tanggal Publikasi | 2017-09-28 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | wvi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://w-vi.github.io/web-ext-mapycz/ |
URL Halaman Bantuan | http://w-vi.github.io/web-ext-mapycz/ |
Bahasa yang Didukung | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.1", "default_locale": "en", "permissions": [ "contextMenus" ], "icons": { "16": "mapycz-tiny.png", "48": "mapycz-small.png", "128": "mapycz-large.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "manifest_version": 2 } |