Share to ChatWork

Share current page to ChatWork

Share to ChatWork क्या है?

Share to ChatWork haneco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share current page to ChatWork"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Share to ChatWork एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}