WebExtension.net
WebExtension.net

rikaikun

View on Chrome Web Store
View rikaikun Chrome Extension on Chrome Web Store
4.7 (1,854 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.
Type
Extension
Users
200,000 users
Erek Speed
View author page of Erek Speed
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 6, 2010
Version 3.0.9
Manifest version
3
Updated
Updated on November 6, 2024
View on Chrome Web Store
View rikaikun Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "rikaikun",
    "version": "3.0.9",
    "minimum_chrome_version": "109",
    "description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "clipboardWrite",
        "storage",
        "offscreen"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "\/\/": "If only one icon available, setting default_icon to string is allowed.",
        "default_icon": "images\/ba.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "js": [
                "rikaicontent.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/*"
            ],
            "js": [
                "docs-annotate-canvas.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/popup.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top