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