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 |
官方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 } |