Tweet Smart

Compose Auto Numbered Tweet Storms

Cos'è Tweet Smart?

Tweet Smart è un'estensione di Chrome sviluppata da Shashi Singh, e la sua funzione principale è "Compose Auto Numbered Tweet Storms".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tweet Smart

Scarica i file di estensione Tweet Smart in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
URL Ufficiale https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Descrizione Compose Auto Numbered Tweet Storms
Dimensione del File 942 KB
Conteggio Installazioni 37
Versione Corrente 1.7
Ultimo Aggiornamento 2015-12-11
Data di Pubblicazione 2015-12-10
Valutazione 4.10/5 Totale 10 Valutazioni
Sviluppatore Shashi Singh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tweetsmart.in
Lingue Supportate 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'"
}