כלי עזר לעריכה במכלול

כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.

כלי עזר לעריכה במכלולとは何ですか?

כלי עזר לעריכה במכלולはmagicodeによって開発されたChromeの拡張機能で、その主な機能は「כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.」です。

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

screenshot

כלי עזר לעריכה במכלול拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 כלי עזר לעריכה במכלול כלי עזר לעריכה במכלול
ID kolehllffmfnelbpbikeignplacpnfaf
公式URL https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf
説明 כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
ファイルサイズ 87.07 KB
インストール数 289
現在のバージョン 2.2.4
最終更新日 2018-10-30
公開日 2018-10-30
評価 5.00/5 合計 6 レビュー
開発者 magicode
支払い方法 free
拡張機能のウェブサイト https://github.com/NetFree-Community/hamichlol-extension
ヘルプページのURL https://github.com/NetFree-Community/hamichlol-extension
対応言語
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u05db\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05de\u05db\u05dc\u05d5\u05dc",
    "description": "\u05db\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05de\u05db\u05dc\u05d5\u05dc \u05d5\u05d9\u05d9\u05d1\u05d5\u05d0 \u05e2\u05e8\u05db\u05d9\u05dd \u05de\u05d5\u05d5\u05d9\u05e7\u05d9\u05e4\u05d3\u05d9\u05d4.",
    "version": "2.2.4",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/he.wikipedia.org\/",
        "https:\/\/he.wikipedia.org\/",
        "http:\/\/www.hamichlol.org.il\/",
        "https:\/\/www.hamichlol.org.il\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-2.0.2.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/he.wikipedia.org\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-2.0.2.js",
                "wikipedia.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.hamichlol.org.il\/*",
                "https:\/\/www.hamichlol.org.il\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-2.0.2.js",
                "hamichlol.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}