Tweet Smart
Compose Auto Numbered Tweet Storms
什么是Tweet Smart?
Tweet Smart是由Shashi Singh开发的Chrome扩展程序,该扩展的主要功能是“Compose Auto Numbered Tweet Storms”。
扩展截图
下载Tweet Smart扩展crx文件
下载Tweet Smart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TweetSmart helps you compose automatically numbered tweet storms. When expressing your views on twitter, sometimes it takes a series of tweets rather than just one. Many people go about numbering their tweets 1/n,2/n... without knowing what n would eventually be. TweetSmart is a smart compose box which automatically breaks down your composition into tweets and numbers them and then tweets them as responses so that they appeared clubbed when your followers view them on their timeline.
扩展基本信息
名称 | Tweet Smart |
ID | cidmafpjjhaajnpfefgfpnnalhkepppf |
官方URL | https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf |
简介 | Compose Auto Numbered Tweet Storms |
文件大小 | 942 KB |
安装次数 | 37 |
当前版本 | 1.7 |
更新时间 | 2015-12-11 |
上架时间 | 2015-12-10 |
评分 | 4.10/5 共10次评分 |
开发者 | Shashi Singh |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://tweetsmart.in |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tweet Smart", "description": "Compose Auto Numbered Tweet Storms", "author": "offered by Shashi Singh", "version": "1.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "chrome_ex_oauth.js", "chrome_ex_oauthsimple.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "chrome_ex_oauth.html" ], "permissions": [ "activeTab", "storage", "https:\/\/api.twitter.com\/oauth\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |