אמ;לק

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

什么是אמ;לק?

אמ;לק是由אלעזר开发的Chrome扩展程序,该扩展的主要功能是“תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד”。

扩展截图

screenshot

下载אמ;לק扩展crx文件

下载אמ;לק扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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"
            ]
        }
    ]
}