Tweet Smart

Compose Auto Numbered Tweet Storms

Co je Tweet Smart?

Tweet Smart je rozšíření Chrome vyvinuté Shashi Singh, a jeho hlavní funkcí je „Compose Auto Numbered Tweet Storms“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tweet Smart

Stáhněte si soubory rozšíření Tweet Smart ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
Oficiální URL https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Popis Compose Auto Numbered Tweet Storms
Velikost souboru 942 KB
Počet instalací 37
Aktuální Verze 1.7
Poslední Aktualizace 2015-12-11
Datum Vydání 2015-12-10
Hodnocení 4.10/5 Celkem 10 Hodnocení
Vývojář Shashi Singh
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://tweetsmart.in
Podporované Jazyky 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'"
}