אמ;לק

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

What is אמ;לק?

אמ;לק is a Chrome extension developed by אלעזר, and its main feature is "תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד".

Extension Screenshots

screenshot

Download אמ;לק Extension CRX File

Download אמ;לק extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name אמ;לק אמ;לק
ID lfchlaolopaihdfjomokgohjklkjfgoc
Official URL https://chrome.google.com/webstore/detail/%D7%90%D7%9E%D7%9C%D7%A7/lfchlaolopaihdfjomokgohjklkjfgoc
Description תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד
File Size 38.87 KB
Installation Count 77
Current Version 0.1.3
Last Updated 2015-10-08
Publish Date 2015-10-08
Rating 5.00/5 Total 3 Ratings
Developer אלעזר
Payment Type free
Supported Languages
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"
            ]
        }
    ]
}