אמ;לק
תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד
אמ;לקとは何ですか?
אמ;לקはאלעזרによって開発されたChromeの拡張機能で、その主な機能は「תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד」です。
拡張機能のスクリーンショット
אמ;לק拡張機能の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" ] } ] } |