Find on mapy.cz
Find selected text on mapy.cz
什麼是Find on mapy.cz?
Find on mapy.cz是由wvi開發的Chrome擴展程式,該擴展的主要功能是“Find selected text on mapy.cz”。
擴展截圖
下載Find on mapy.cz擴展crx文件
下載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 |
官方網址 | 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 } |