כלי עזר לעריכה במכלול
כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
Wat is כלי עזר לעריכה במכלול?
כלי עזר לעריכה במכלול is een Chrome-extensie ontwikkeld door magicode, en de belangrijkste functie is "כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.".
Extensie Screenshots
Download het CRX-bestand van de extensie כלי עזר לעריכה במכלול
Download כלי עזר לעריכה במכלול-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | kolehllffmfnelbpbikeignplacpnfaf |
Officiële URL | https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf |
Beschrijving | כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה. |
Bestandsgrootte | 87.07 KB |
Aantal Installaties | 289 |
Huidige Versie | 2.2.4 |
Laatst Bijgewerkt | 2018-10-30 |
Publicatiedatum | 2018-10-30 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | magicode |
Betalingswijze | free |
Extensiewebsite | https://github.com/NetFree-Community/hamichlol-extension |
Help Pagina-URL | https://github.com/NetFree-Community/hamichlol-extension |
Ondersteunde Talen | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u05db\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05de\u05db\u05dc\u05d5\u05dc", "description": "\u05db\u05dc\u05d9 \u05e2\u05d6\u05e8 \u05dc\u05e2\u05e8\u05d9\u05db\u05d4 \u05d1\u05de\u05db\u05dc\u05d5\u05dc \u05d5\u05d9\u05d9\u05d1\u05d5\u05d0 \u05e2\u05e8\u05db\u05d9\u05dd \u05de\u05d5\u05d5\u05d9\u05e7\u05d9\u05e4\u05d3\u05d9\u05d4.", "version": "2.2.4", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "http:\/\/he.wikipedia.org\/", "https:\/\/he.wikipedia.org\/", "http:\/\/www.hamichlol.org.il\/", "https:\/\/www.hamichlol.org.il\/", "tabs", "storage" ], "background": { "scripts": [ "jquery-2.0.2.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/he.wikipedia.org\/*" ], "css": [ "content.css" ], "js": [ "jquery-2.0.2.js", "wikipedia.js" ] }, { "matches": [ "http:\/\/www.hamichlol.org.il\/*", "https:\/\/www.hamichlol.org.il\/*" ], "css": [ "content.css" ], "js": [ "jquery-2.0.2.js", "hamichlol.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "icon.png" ] } |