אמ;לק

תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד

אמ;לק란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

אמ;לק 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        הימנעו מקליק-בייטים: אמ;לק עבור טמקא, וואללה ונרג: כשמרחפים מעל לינק לכתבה תופיע כותרת המשנה.

Get tl;dr version for the news in Ynet, Walla and NRG by hovering over them.                    

확장 프로그램 기본 정보

이름 אמ;לק אמ;לק
ID lfchlaolopaihdfjomokgohjklkjfgoc
공식 URL https://chrome.google.com/webstore/detail/%D7%90%D7%9E%D7%9C%D7%A7/lfchlaolopaihdfjomokgohjklkjfgoc
설명 תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד
파일 크기 38.87 KB
설치 횟수 77
현재 버전 0.1.3
최근 업데이트 2015-10-08
출시 날짜 2015-10-08
평점 5.00/5 총 3 개의 평점
개발자 אלעזר
결제 유형 free
지원되는 언어
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u05d0\u05de;\u05dc\u05e7",
    "short_name": "\u05d0\u05de;\u05dc\u05e7",
    "description": "\u05ea\u05e6\u05d5\u05d2\u05d4 \u05de\u05e7\u05d3\u05d9\u05de\u05d4 \u05e9\u05dc \u05db\u05d5\u05ea\u05e8\u05d5\u05ea \u05d4\u05de\u05e9\u05e0\u05d4 \u05d5\u05e9\u05dc \u05de\u05d1\u05d6\u05e7\u05d9\u05dd. \u05d1\u05d8\u05de\u05e7\u05d0, \u05d4\u05d0\u05e8\u05e5 \u05d5\u05e2\u05d5\u05d3",
    "version": "0.1.3",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/www.ynet.co.il\/*",
        "http:\/\/www.ynetnews.com\/*",
        "http:\/\/www.nrg.co.il\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ynet.co.il\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js",
                "ynet.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.ynet.co.il\/ext\/Comp\/Ticker\/Dhtml_Flash_Ticker\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js",
                "ynet-ticker.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/www.ynetnews.com\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js",
                "ynetnews.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.nrg.co.il\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "main.js",
                "nrg.js"
            ]
        }
    ]
}