Tweet Smart

Compose Auto Numbered Tweet Storms

Was ist Tweet Smart?

Tweet Smart ist eine Chrome-Erweiterung, die von Shashi Singh entwickelt wurde, und ihr Hauptmerkmal ist "Compose Auto Numbered Tweet Storms".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tweet Smart-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tweet Smart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
Offizielle URL https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Beschreibung Compose Auto Numbered Tweet Storms
Dateigröße 942 KB
Installationsanzahl 37
Aktuelle Version 1.7
Letztes Update 2015-12-11
Veröffentlichungsdatum 2015-12-10
Bewertung 4.10/5 Insgesamt 10 Bewertungen
Entwickler Shashi Singh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://tweetsmart.in
Unterstützte Sprachen 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'"
}