כלי עזר לעריכה במכלול
כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
什么是כלי עזר לעריכה במכלול?
כלי עזר לעריכה במכלול是由magicode开发的Chrome扩展程序,该扩展的主要功能是“כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.”。
扩展截图
下载כלי עזר לעריכה במכלול扩展crx文件
下载כלי עזר לעריכה במכלול扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | kolehllffmfnelbpbikeignplacpnfaf |
官方URL | https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf |
简介 | כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה. |
文件大小 | 87.07 KB |
安装次数 | 289 |
当前版本 | 2.2.4 |
更新时间 | 2018-10-30 |
上架时间 | 2018-10-30 |
评分 | 5.00/5 共6次评分 |
开发者 | magicode |
付费类型 | free |
扩展官网 | https://github.com/NetFree-Community/hamichlol-extension |
帮助页面URL | https://github.com/NetFree-Community/hamichlol-extension |
支持的语言 | |
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" ] } |