TG机器人推送
Tap me and everything done!
TG机器人推送とは何ですか?
TG机器人推送はFndroidによって開発されたChromeの拡張機能で、その主な機能は「Tap me and everything done!」です。
拡張機能のスクリーンショット
TG机器人推送拡張機能のCRXファイルをダウンロード
TG机器人推送拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
搭配Telegram的Bot:@notificationme_bot 实现将chrome的数据推送到Telegram中
拡張機能の基本情報
名前 | TG机器人推送 |
ID | aiaeplfbkfnjoiinepmhjefpcbpmcigf |
公式URL | https://chromewebstore.google.com/detail/tg%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8E%A8%E9%80%81/aiaeplfbkfnjoiinepmhjefpcbpmcigf |
説明 | Tap me and everything done! |
ファイルサイズ | 22.43 KB |
インストール数 | 164 |
現在のバージョン | 1.0.1 |
最終更新日 | 2019-03-11 |
公開日 | 2019-03-10 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | Fndroid |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TG\u673a\u5668\u4eba\u63a8\u9001", "version": "1.0.1", "description": "Tap me and everything done!", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "browser_action": { "default_icon": "images\/get_started32.png" }, "options_page": "options.html", "permissions": [ "activeTab", "*", "storage", "contextMenus" ], "manifest_version": 2 } |