SendUrl To ChatWork

表示しているページのURLとタイトルを、チャットワークへ送信します

What is SendUrl To ChatWork?

SendUrl To ChatWork is a Chrome extension developed by shibuya, and its main feature is "表示しているページのURLとタイトルを、チャットワークへ送信します".

Download SendUrl To ChatWork Extension CRX File

Download SendUrl To ChatWork extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        表示しているページのURLとタイトルを、チャットワークへ送信します                    

Extension Basic Information

Name SendUrl To ChatWork SendUrl To ChatWork
ID nmopmkkilpgeokmbmffbaklbpjdpoldm
Official URL https://chromewebstore.google.com/detail/sendurl-to-chatwork/nmopmkkilpgeokmbmffbaklbpjdpoldm
Description 表示しているページのURLとタイトルを、チャットワークへ送信します
File Size 41.86 KB
Installation Count 63
Current Version 0.3.2
Last Updated 2017-05-14
Publish Date 2017-05-14
Developer shibuya
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SendUrl To ChatWork",
    "version": "0.3.2",
    "manifest_version": 2,
    "description": "\u8868\u793a\u3057\u3066\u3044\u308b\u30da\u30fc\u30b8\u306eURL\u3068\u30bf\u30a4\u30c8\u30eb\u3092\u3001\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\u3078\u9001\u4fe1\u3057\u307e\u3059",
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "19": "icon\/19.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "options_page": "options.html"
}