Excel to Wiki

Excel Table to Atlassian Wiki Markup

Excel to Wiki là gì?

Excel to Wiki là một tiện ích mở rộng Chrome được phát triển bởi bearholmes, và tính năng chính của nó là "Excel Table to Atlassian Wiki Markup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Excel to Wiki

Tải xuống các tệp mở rộng Excel to Wiki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Excel to Wiki Excel to Wiki
ID gkinofpldigfighfohcfbnmcnnnboidg
URL Chính Thức https://chromewebstore.google.com/detail/excel-to-wiki/gkinofpldigfighfohcfbnmcnnnboidg
Mô tả Excel Table to Atlassian Wiki Markup
Kích Thước Tệp 15.97 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2023-03-21
Ngày Phát Hành 2017-01-21
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển bearholmes
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/bearholmes/excel2wiki/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}