Tweet Smart

Compose Auto Numbered Tweet Storms

¿Qué es Tweet Smart?

Tweet Smart es una extensión de Chrome desarrollada por Shashi Singh, y su función principal es "Compose Auto Numbered Tweet Storms".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Tweet Smart

Descarga archivos de extensión Tweet Smart en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
URL Oficial https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Descripción Compose Auto Numbered Tweet Storms
Tamaño del Archivo 942 KB
Cantidad de Instalaciones 37
Versión Actual 1.7
Última Actualización 2015-12-11
Fecha de Publicación 2015-12-10
Calificación 4.10/5 Total de 10 Calificaciones
Desarrollador Shashi Singh
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://tweetsmart.in
Idiomas Soportados 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'"
}