Share to ChatWork

Share current page to ChatWork

Share to ChatWorkคืออะไร?

Share to ChatWork เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haneco และคุณลักษณะหลักของมันคือ "Share current page to ChatWork"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Share to ChatWork ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension that allows you to share the page being displayed with chat work.

The same function as the official "share with chat work" button (http://www.chatwork.com/ja/share/) is realized on the page where the button is not installed.

If you select a character string in the page, quote the selected range.

By setting it as an option, it is also possible to open a share page directly to KDDI ChatWork.                    

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

ชื่อ Share to ChatWork Share to ChatWork
ID nfefoppdjaidappikcjaeapgdkdjlngp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/share-to-chatwork/nfefoppdjaidappikcjaeapgdkdjlngp
คำอธิบาย Share current page to ChatWork
ขนาดไฟล์ 240 KB
จำนวนการติดตั้ง 1,030
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-05-31
วันที่เผยแพร่ 2017-05-31
ผู้พัฒนา haneco
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appButtonTitle__"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}