Tweet Smart
Compose Auto Numbered Tweet Storms
Qu'est-ce que Tweet Smart ?
Tweet Smart est une extension Chrome développée par Shashi Singh, et sa fonction principale est "Compose Auto Numbered Tweet Storms".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tweet Smart
Téléchargez les fichiers d'extension Tweet Smart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tweet Smart |
ID | cidmafpjjhaajnpfefgfpnnalhkepppf |
URL Officiel | https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf |
Description | Compose Auto Numbered Tweet Storms |
Taille du Fichier | 942 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2015-12-11 |
Date de Publication | 2015-12-10 |
Évaluation | 4.10/5 Total 10 Évaluations |
Développeur | Shashi Singh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tweetsmart.in |
Langues Prises en Charge | 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'" } |