Excel to Wiki

Excel Table to Atlassian Wiki Markup

Excel to Wikiคืออะไร?

Excel to Wiki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bearholmes และคุณลักษณะหลักของมันคือ "Excel Table to Atlassian Wiki Markup"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Excel to Wiki

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Excel to Wiki 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"
}