Find on mapy.cz
Find selected text on mapy.cz
Vad är Find on mapy.cz?
Find on mapy.cz är en Chrome-tillägg utvecklad av wvi, och dess huvudfunktion är "Find selected text on mapy.cz".
Tilläggsskärmbilder
Ladda ner Find on mapy.cz-förlängningens CRX-fil
Ladda ner Find on mapy.cz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Find on mapy.cz |
ID | gmogjpphjifpompcibhiafmlkhdmbbkb |
Officiell webbadress | https://chromewebstore.google.com/detail/find-on-mapycz/gmogjpphjifpompcibhiafmlkhdmbbkb |
Beskrivning | Find selected text on mapy.cz |
Filstorlek | 23.64 KB |
Antal Installationer | 1,489 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2017-09-28 |
Publiceringsdatum | 2017-09-28 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | wvi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://w-vi.github.io/web-ext-mapycz/ |
Hjälpsida URL | http://w-vi.github.io/web-ext-mapycz/ |
Stödda Språk | 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 } |