Share to ChatWork

Share current page to ChatWork

Qu'est-ce que Share to ChatWork ?

Share to ChatWork est une extension Chrome développée par haneco, et sa fonction principale est "Share current page to ChatWork".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Share to ChatWork

Téléchargez les fichiers d'extension Share to ChatWork au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Share to ChatWork Share to ChatWork
ID nfefoppdjaidappikcjaeapgdkdjlngp
URL Officiel https://chromewebstore.google.com/detail/share-to-chatwork/nfefoppdjaidappikcjaeapgdkdjlngp
Description Share current page to ChatWork
Taille du Fichier 240 KB
Nombre d'Installations 1,030
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-05-31
Date de Publication 2017-05-31
Développeur haneco
Type de Paiement free
Langues Prises en Charge 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"
    ]
}