Type Japanese

Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.

Vad är Type Japanese?

Type Japanese är en Chrome-tillägg utvecklad av Allen Ye, och dess huvudfunktion är "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Type Japanese-förlängningens CRX-fil

Ladda ner Type 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

                        - Using this chrome extension, users can easily type in Japanese without having to switch their computer's entire language
- Users can type in either Hiragana or Katakana
- After typing their text, users have the option to search up their text on Google
- Users can also easily copy the text they typed                    

Grundläggande Information om Tillägg

Namn Type Japanese Type Japanese
ID ilhbdihflmdkeaalnjjbiclonlodghkm
Officiell webbadress https://chromewebstore.google.com/detail/type-japanese/ilhbdihflmdkeaalnjjbiclonlodghkm
Beskrivning Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.
Filstorlek 147 KB
Antal Installationer 5,109
Aktuell Version 1.2
Senast Uppdaterad 2021-12-30
Publiceringsdatum 2021-12-22
Betyg 4.71/5 Totalt 17 Betyg
Utvecklare Allen Ye
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/allenye66/Japanease
Hjälpsida URL https://github.com/allenye66/Japanease/issues
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Type Japanese",
    "description": "Lets the user type in Japanese using Hiragana and Katakana. Users can easily copy or search up the things they type.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}