אמ;לק
תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד
Cos'è אמ;לק?
אמ;לק è un'estensione di Chrome sviluppata da אלעזר, e la sua funzione principale è "תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione אמ;לק
Scarica i file di estensione אמ;לק in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
הימנעו מקליק-בייטים: אמ;לק עבור טמקא, וואללה ונרג: כשמרחפים מעל לינק לכתבה תופיע כותרת המשנה. Get tl;dr version for the news in Ynet, Walla and NRG by hovering over them.
Informazioni di Base sull'Estensione
Nome | |
ID | lfchlaolopaihdfjomokgohjklkjfgoc |
URL Ufficiale | https://chrome.google.com/webstore/detail/%D7%90%D7%9E%D7%9C%D7%A7/lfchlaolopaihdfjomokgohjklkjfgoc |
Descrizione | תצוגה מקדימה של כותרות המשנה ושל מבזקים. בטמקא, הארץ ועוד |
Dimensione del File | 38.87 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2015-10-08 |
Data di Pubblicazione | 2015-10-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | אלעזר |
Tipo di Pagamento | free |
Lingue Supportate | |
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" ] } ] } |