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

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

什麼是כלי עזר לעריכה במכלול?

כלי עזר לעריכה במכלול是由magicode開發的Chrome擴展程式,該擴展的主要功能是“כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.”。

擴展截圖

screenshot

下載כלי עזר לעריכה במכלול擴展crx文件

下載כלי עזר לעריכה במכלול擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 כלי עזר לעריכה במכלול כלי עזר לעריכה במכלול
ID kolehllffmfnelbpbikeignplacpnfaf
官方網址 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"
    ]
}