Kipcsakify
Translates to kipcsak dialect
Hvad er Kipcsakify?
Kipcsakify er en Chrome-udvidelse udviklet af Kipcsak Norris, og dens hovedfunktion er "Translates to kipcsak dialect".
Udvidelsesskærmbilleder
Download Kipcsakify-udvidelses-CRX-fil
Download Kipcsakify-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
Translates to kipcsak. This plugin helps to translate some popular Hungarian news sites, to a special Hungarian dialekt. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | feoohnjnbdanikbhpolpknknckhobpje |
| Officiel URL | https://chromewebstore.google.com/detail/kipcsakify/feoohnjnbdanikbhpolpknknckhobpje |
| Beskrivelse | Translates to kipcsak dialect |
| Filstørrelse | 7.25 KB |
| Antal Installationer | 60 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2019-12-17 |
| Udgivelsesdato | 2019-12-16 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Kipcsak Norris |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.kipcsak.xyz/ |
| Understøttede Sprog | hu |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kipcsakify",
"version": "1.2",
"description": "Translates to kipcsak dialect",
"permissions": [
"declarativeContent",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.index.hu\/*",
"https:\/\/*.444.hu\/*"
],
"run_at": "document_start",
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |