כלי עזר לעריכה במכלול
כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
Vad är כלי עזר לעריכה במכלול?
כלי עזר לעריכה במכלול är en Chrome-tillägg utvecklad av magicode, och dess huvudfunktion är "כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.".
Tilläggsskärmbilder
Ladda ner כלי עזר לעריכה במכלול-förlängningens CRX-fil
Ladda ner כלי עזר לעריכה במכלול-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | ![]() |
ID | kolehllffmfnelbpbikeignplacpnfaf |
Officiell webbadress | https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf |
Beskrivning | כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה. |
Filstorlek | 87.07 KB |
Antal Installationer | 289 |
Aktuell Version | 2.2.4 |
Senast Uppdaterad | 2018-10-30 |
Publiceringsdatum | 2018-10-30 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | magicode |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/NetFree-Community/hamichlol-extension |
Hjälpsida URL | https://github.com/NetFree-Community/hamichlol-extension |
Stödda Språk | |
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" ] } |