Twitter Assistant
Helpful little features for Twitter.
什么是Twitter Assistant?
Twitter Assistant是由MindSky开发的Chrome扩展程序,该扩展的主要功能是“Helpful little features for Twitter.”。
扩展截图
下载Twitter Assistant扩展crx文件
下载Twitter Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Prevents lost Twitter tweet writing. Recall tweets you were writing before accidentally hitting the back button, your electricity went out, or any number of reasons they get lost. Quick access to useful symbols such as ¼ and ☼
扩展基本信息
名称 | Twitter Assistant |
ID | femngnbabpfmcdbghieemklfobfppelm |
官方URL | https://chromewebstore.google.com/detail/twitter-assistant/femngnbabpfmcdbghieemklfobfppelm |
简介 | Helpful little features for Twitter. |
文件大小 | 84.15 KB |
安装次数 | 32 |
当前版本 | 1.0 |
更新时间 | 2020-01-14 |
上架时间 | 2020-01-14 |
开发者 | MindSky |
付费类型 | free |
扩展官网 | http://sky.mind.im/twitter-assistant |
帮助页面URL | http://sky.mind.im/twitter-assistant |
隐私政策页面URL | http://sky.mind.im/privacy |
支持的语言 | de,en,fr,nl,no,es,pt-BR,pt-PT,sv,ru,hi,th,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Twitter Assistant", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_appDesc__", "homepage_url": "http:\/\/sky.mind.im\/twitter-assistant\/", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "omnibox": { "keyword": "ta" }, "permissions": [ "tabs", "https:\/\/twitter.com\/*" ], "short_name": "Twitter Assistant", "version": "1.0", "content_scripts": [ { "matches": [ " |