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

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

כלי עזר לעריכה במכלול란 무엇입니까?

כלי עזר לעריכה במכלול은(는) magicode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה."입니다.

확장 프로그램 스크린샷

screenshot

כלי עזר לעריכה במכלול 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 כלי עזר לעריכה במכלול כלי עזר לעריכה במכלול
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"
    ]
}