Excel to Wiki

Excel Table to Atlassian Wiki Markup

Qu'est-ce que Excel to Wiki ?

Excel to Wiki est une extension Chrome développée par bearholmes, et sa fonction principale est "Excel Table to Atlassian Wiki Markup".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Excel to Wiki

Téléchargez les fichiers d'extension Excel to Wiki au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Excel Table to Atlassian Wiki Markup
엑셀 표를 Atlassian Wiki 위키 마크업으로 변환

Shortcut
변환(translates) : alt + s

History
v0.4 초기화기능 추가. / Add reset btn
v0.6 UI 변경 / charge UI
v 0.7 영어 지원 / support locale = en                    

Informations de Base sur l'Extension

Nom Excel to Wiki Excel to Wiki
ID gkinofpldigfighfohcfbnmcnnnboidg
URL Officiel https://chromewebstore.google.com/detail/excel-to-wiki/gkinofpldigfighfohcfbnmcnnnboidg
Description Excel Table to Atlassian Wiki Markup
Taille du Fichier 15.97 KB
Nombre d'Installations 270
Version Actuelle 0.9
Dernière Mise à Jour 2023-03-21
Date de Publication 2017-01-21
Évaluation 3.00/5 Total 1 Évaluations
Développeur bearholmes
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/bearholmes/excel2wiki/issues
Langues Prises en Charge en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "0.9",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/16.png",
        "default_title": "Excel to Wiki",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "homepage_url": "https:\/\/github.com\/bearholmes\/excel2wiki",
    "default_locale": "en"
}