SendMe Telegram
Allows you to send links, images, maps, quotes from browser to your Telegram via bot.
SendMe Telegramとは何ですか?
SendMe TelegramはOleksandr Usによって開発されたChromeの拡張機能で、その主な機能は「Allows you to send links, images, maps, quotes from browser to your Telegram via bot.」です。
拡張機能のスクリーンショット
SendMe Telegram拡張機能のCRXファイルをダウンロード
SendMe Telegram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension allow to send any links, images and text to Telegram directly from your web browser! What's new in 0.3.0: - no more additional text when sending a link (just url). - dark/light theme icon. Icon is changing accordingly to your browser/system theme. ***LIFEHACK*** Use context menu: -send image -send selected text -send link URL -send active page by clicking icon
拡張機能の基本情報
名前 | SendMe Telegram |
ID | ckkfnchnfmgpiejgaacmbngkcjbaaipd |
公式URL | https://chromewebstore.google.com/detail/sendme-telegram/ckkfnchnfmgpiejgaacmbngkcjbaaipd |
説明 | Allows you to send links, images, maps, quotes from browser to your Telegram via bot. |
ファイルサイズ | 515 KB |
インストール数 | 8,054 |
現在のバージョン | 0.3.0 |
最終更新日 | 2022-06-27 |
公開日 | 2016-04-13 |
評価 | 4.26/5 合計 113 レビュー |
開発者 | Oleksandr Us |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "0.3.0", "description": "__MSG_extDesc__", "author": "Alexander Us", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "background": { "persistent": true, "page": "background.html" }, "icons": { "16": "menu_icon.png", "48": "sendme48.png", "128": "sendme128.png" }, "browser_action": { "default_icon": "sendme.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "sendme.js" ], "all_frames": false, "run_at": "document_end" } ], "permissions": [ "activeTab", "tabs", "contextMenus", "https:\/\/sendme.duckdns.org\/*" ] } |