Find on mapy.cz
Find selected text on mapy.cz
Hvad er Find on mapy.cz?
Find on mapy.cz er en Chrome-udvidelse udviklet af wvi, og dens hovedfunktion er "Find selected text on mapy.cz".
Udvidelsesskærmbilleder
Download Find on mapy.cz-udvidelses-CRX-fil
Download Find on mapy.cz-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gmogjpphjifpompcibhiafmlkhdmbbkb |
| Officiel URL | https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb |
| Beskrivelse | Find selected text on mapy.cz |
| Filstørrelse | 23.64 KB |
| Antal Installationer | 1,489 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2017-09-28 |
| Udgivelsesdato | 2017-09-28 |
| Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
| Udvikler | wvi |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://w-vi.github.io/web-ext-mapycz/ |
| Hjælpeside-URL | http://w-vi.github.io/web-ext-mapycz/ |
| Understøttede Sprog | 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
} | |