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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |