Share to Telegram
Shares current page URL to Telegram. You can edit the message before sending it.
Share to Telegramとは何ですか?
Share to TelegramはMade by JPによって開発されたChromeの拡張機能で、その主な機能は「Shares current page URL to Telegram. You can edit the message before sending it.」です。
拡張機能のスクリーンショット
Share to Telegram拡張機能のCRXファイルをダウンロード
Share to Telegram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shares current page URL to Telegram. You can edit the message before sending it. Currently, it only works on Windows. The code is available on Github, but it's not under any license. Feel free to do whatever you want with it, following whatever legal restrictions and guidelines you are subject to, of course. This app is unofficial and not endorsed by Telegram in any way.
拡張機能の基本情報
名前 | |
ID | nofieohmbfbfemolfgcojcnibmcldmif |
公式URL | https://chrome.google.com/webstore/detail/share-to-telegram/nofieohmbfbfemolfgcojcnibmcldmif |
説明 | Shares current page URL to Telegram. You can edit the message before sending it. |
ファイルサイズ | 12.58 KB |
インストール数 | 602 |
現在のバージョン | 0.1 |
最終更新日 | 2017-04-08 |
公開日 | 2017-04-08 |
評価 | 4.89/5 合計 9 レビュー |
開発者 | Made by JP |
支払い方法 | free |
拡張機能のウェブサイト | https://t.me/MadeByJP |
ヘルプページのURL | https://github.com/grub-basket/Share_to_Telegram/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Share to Telegram" }, "name": "Share to Telegram", "description": "Shares current page URL to Telegram. You can edit the message before sending it.", "homepage_url": "https:\/\/telegram.org", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |