Twitter social tooolkit

Allows you to share text, images, content, links, page, etc to your twitter account

Τι είναι το Twitter social tooolkit;

Το Twitter social tooolkit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Allows you to share text, images, content, links, page, etc to your twitter account".

Λήψη αρχείου CRX της επέκτασης Twitter social tooolkit

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

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

                        Twitter social toolkit by Nexus. Share your links images, URL, pages on your Twitter account                    

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

Όνομα Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
Επίσημο URL https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
Περιγραφή Allows you to share text, images, content, links, page, etc to your twitter account
Μέγεθος Αρχείου 4.71 KB
Αριθμός Εγκαταστάσεων 11
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-09-21
Ημερομηνία Δημοσίευσης 2017-09-20
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter social tooolkit",
    "description": "Allows you to share text, images, content, links, page, etc to your twitter account",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}