Find on mapy.cz
Find selected text on mapy.cz
Find on mapy.czคืออะไร?
Find on mapy.cz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wvi และคุณลักษณะหลักของมันคือ "Find selected text on mapy.cz"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find on mapy.cz
ดาวน์โหลดไฟล์ส่วนขยาย Find on mapy.cz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find on mapy.cz |
ID | gmogjpphjifpompcibhiafmlkhdmbbkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb |
คำอธิบาย | Find selected text on mapy.cz |
ขนาดไฟล์ | 23.64 KB |
จำนวนการติดตั้ง | 1,489 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-09-28 |
วันที่เผยแพร่ | 2017-09-28 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | wvi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://w-vi.github.io/web-ext-mapycz/ |
URL หน้าช่วยเหลือ | http://w-vi.github.io/web-ext-mapycz/ |
ภาษาที่รองรับ | 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 } |