Tweet Smart

Compose Auto Numbered Tweet Storms

Τι είναι το Tweet Smart;

Το Tweet Smart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shashi Singh, και η κύρια λειτουργία του είναι "Compose Auto Numbered Tweet Storms".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tweet Smart

Λήψη αρχείων επέκτασης Tweet Smart σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tweet Smart Tweet Smart
ID cidmafpjjhaajnpfefgfpnnalhkepppf
Επίσημο URL https://chromewebstore.google.com/detail/tweet-smart/cidmafpjjhaajnpfefgfpnnalhkepppf
Περιγραφή Compose Auto Numbered Tweet Storms
Μέγεθος Αρχείου 942 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2015-12-11
Ημερομηνία Δημοσίευσης 2015-12-10
Αξιολόγηση 4.10/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Shashi Singh
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://tweetsmart.in
Υποστηριζόμενες Γλώσσες 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'"
}