JapariPedia

This Chrome extension turns Wikipedia into Japari-Library.

JapariPediaとは何ですか?

JapariPediaはmiyaokaによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension turns Wikipedia into Japari-Library.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

JapariPedia拡張機能のCRXファイルをダウンロード

JapariPedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        There are wisdoms of extinct human in Japali-library

v1.3 Add English language support                    

拡張機能の基本情報

名前 JapariPedia JapariPedia
ID ohkgbfcpbbljmmmidihgdfknhnpfkobd
公式URL https://chromewebstore.google.com/detail/japaripedia/ohkgbfcpbbljmmmidihgdfknhnpfkobd
説明 This Chrome extension turns Wikipedia into Japari-Library.
ファイルサイズ 41.64 KB
インストール数 2,599
現在のバージョン 1.3.1
最終更新日 2017-06-28
公開日 2017-06-28
評価 4.90/5 合計 97 レビュー
開発者 miyaoka
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/miyaoka/japari-pedia
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/19.png",
            "38": "icon\/38.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.3.1"
}