Share to ChatWork
Share current page to ChatWork
Share to ChatWorkとは何ですか?
Share to ChatWorkはhanecoによって開発されたChromeの拡張機能で、その主な機能は「Share current page to ChatWork」です。
拡張機能のスクリーンショット
Share to ChatWork拡張機能のCRXファイルをダウンロード
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 |
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" ] } |