Japanify

Translates every webpage into "Japanese"

What is Japanify?

Japanify is a Chrome extension developed by cactusman.nick, and its main feature is "Translates every webpage into "Japanese"".

Extension Screenshots

screenshot

Download Japanify Extension CRX File

Download Japanify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Makes all websites more "Japanese"                    

Extension Basic Information

Name Japanify Japanify
ID mfebcffodlenndfpeipdbippjknjbpmp
Official URL https://chrome.google.com/webstore/detail/japanify/mfebcffodlenndfpeipdbippjknjbpmp
Description Translates every webpage into "Japanese"
File Size 22.22 KB
Installation Count 12
Current Version 1.2
Last Updated 2015-03-12
Publish Date 2015-03-12
Rating 3.67/5 Total 3 Ratings
Developer cactusman.nick
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Japanify",
    "version": "1.2",
    "manifest_version": 2,
    "short_name": "Japanify",
    "description": "Translates every webpage into \"Japanese\"",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "translate.js"
            ]
        }
    ],
    "icons": {
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    }
}