Find on mapy.cz
Find selected text on mapy.cz
Wat is Find on mapy.cz?
Find on mapy.cz is een Chrome-extensie ontwikkeld door wvi, en de belangrijkste functie is "Find selected text on mapy.cz".
Extensie Screenshots
Download het CRX-bestand van de extensie Find on mapy.cz
Download Find on mapy.cz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Find on mapy.cz |
ID | gmogjpphjifpompcibhiafmlkhdmbbkb |
Officiële URL | https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb |
Beschrijving | Find selected text on mapy.cz |
Bestandsgrootte | 23.64 KB |
Aantal Installaties | 1,489 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-09-28 |
Publicatiedatum | 2017-09-28 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | wvi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://w-vi.github.io/web-ext-mapycz/ |
Help Pagina-URL | http://w-vi.github.io/web-ext-mapycz/ |
Ondersteunde Talen | 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 } |