Excel to Wiki
Excel Table to Atlassian Wiki Markup
Excel to Wikiとは何ですか?
Excel to Wikiはbearholmesによって開発されたChromeの拡張機能で、その主な機能は「Excel Table to Atlassian Wiki Markup」です。
拡張機能のスクリーンショット
Excel to Wiki拡張機能のCRXファイルをダウンロード
Excel to Wiki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | gkinofpldigfighfohcfbnmcnnnboidg |
| 公式URL | https://chromewebstore.google.com/detail/excel-to-wiki/gkinofpldigfighfohcfbnmcnnnboidg |
| 説明 | Excel Table to Atlassian Wiki Markup |
| ファイルサイズ | 15.97 KB |
| インストール数 | 270 |
| 現在のバージョン | 0.9 |
| 最終更新日 | 2023-03-21 |
| 公開日 | 2017-01-21 |
| 評価 | 3.00/5 合計 1 レビュー |
| 開発者 | bearholmes |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/bearholmes/excel2wiki/issues |
| 対応言語 | 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"
} | |