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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Excel to Wiki |
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 |
이메일 | [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" } |