Busuu Japanese+
Improve your bussu experience when studying japanese. Remove the romaji for god's sake.
Vad är Busuu Japanese+?
Busuu Japanese+ är en Chrome-tillägg utvecklad av Is Future Bright, och dess huvudfunktion är "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.".
Ladda ner Busuu Japanese+-förlängningens CRX-fil
Ladda ner Busuu Japanese+-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
If you like using Busuu for learning Japanese but hate the fact that there's no way to get rid of the romaji on the website, well here's a quick solution. Install the extension and get rid of all the romaji so you can focus and learn more :) Grundläggande Information om Tillägg
| Namn | |
| ID | hbbjbodfalgaikhpmlajlhdlgkbfjmjf |
| Officiell webbadress | https://chromewebstore.google.com/detail/busuu-japanese+/hbbjbodfalgaikhpmlajlhdlgkbfjmjf |
| Beskrivning | Improve your bussu experience when studying japanese. Remove the romaji for god's sake. |
| Filstorlek | 4.4 KB |
| Antal Installationer | 64 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2016-08-07 |
| Publiceringsdatum | 2016-08-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Is Future Bright |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Busuu Japanese+",
"version": "0.0.1",
"description": "Improve your bussu experience when studying japanese. Remove the romaji for god's sake.",
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.busuu.com\/*"
]
}
]
} | |