כלי עזר לעריכה במכלול
כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
What is כלי עזר לעריכה במכלול?
כלי עזר לעריכה במכלול is a Chrome extension developed by magicode, and its main feature is "כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.".
Extension Screenshots
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
Extension Basic Information
Name | ![]() |
ID | kolehllffmfnelbpbikeignplacpnfaf |
Official URL | https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf |
Description | כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה. |
File Size | 87.07 KB |
Installation Count | 289 |
Current Version | 2.2.4 |
Last Updated | 2018-10-30 |
Publish Date | 2018-10-30 |
Rating | 5.00/5 Total 6 Ratings |
Developer | magicode |
Payment Type | free |
Extension Website | https://github.com/NetFree-Community/hamichlol-extension |
Help Page URL | https://github.com/NetFree-Community/hamichlol-extension |
Supported Languages | |
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" ] } |