Duolibro
Automatically changes the input language on duolingo.com if needed.
Vad är Duolibro?
Duolibro är en Chrome-tillägg utvecklad av Felix Auer, och dess huvudfunktion är "Automatically changes the input language on duolingo.com if needed.".
Tilläggsskärmbilder
Ladda ner Duolibro-förlängningens CRX-fil
Ladda ner Duolibro-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
Automatically changes input language on duolingo.com if needed.
Currently works for QWERTY, QWERTZ, and AZERTY keyboards.
Keyboard layout can be changed in options.
Supported languages:
Spanish,
German,
Russian,
Ukrainian,
Turkish,
Norwegian,
Hebrew,
Vietnamese,
Swedish,
Danish Grundläggande Information om Tillägg
| Namn | |
| ID | ogianofickehjjgaopiohbgjhmhbdafn |
| Officiell webbadress | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
| Beskrivning | Automatically changes the input language on duolingo.com if needed. |
| Filstorlek | 94.71 KB |
| Antal Installationer | 1,173 |
| Aktuell Version | 1.5.1 |
| Senast Uppdaterad | 2016-08-03 |
| Publiceringsdatum | 2016-08-03 |
| Betyg | 3.26/5 Totalt 31 Betyg |
| Utvecklare | Felix Auer |
| Betalningssätt | free |
| Hjälpsida URL | http://www.felixauer.com/contact.html |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Duolibro",
"version": "1.5.1",
"manifest_version": 2,
"description": "Automatically changes the input language on duolingo.com if needed.",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.duolingo.com\/*"
],
"js": [
"jquery.js",
"spanish.js",
"russian.js",
"ukrainian.js",
"turkish.js",
"norwegian.js",
"german.js",
"hebrew.js",
"vietnamese.js",
"swedish.js",
"danish.js",
"duolingoext.js"
]
}
]
} | |