כלי עזר לעריכה במכלול
כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה.
Cos'è כלי עזר לעריכה במכלול?
כלי עזר לעריכה במכלול è un'estensione di Chrome sviluppata da magicode, 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | kolehllffmfnelbpbikeignplacpnfaf |
| URL Ufficiale | https://chrome.google.com/webstore/detail/kolehllffmfnelbpbikeignplacpnfaf |
| Descrizione | כלי עזר לעריכה במכלול וייבוא ערכים מוויקיפדיה. |
| Dimensione del File | 87.07 KB |
| Conteggio Installazioni | 289 |
| Versione Corrente | 2.2.4 |
| Ultimo Aggiornamento | 2018-10-30 |
| Data di Pubblicazione | 2018-10-30 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | magicode |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/NetFree-Community/hamichlol-extension |
| URL della Pagina di Aiuto | https://github.com/NetFree-Community/hamichlol-extension |
| Lingue Supportate | |
| 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"
]
} | |