Twitter social tooolkit

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

Co je Twitter social tooolkit?

Twitter social tooolkit je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Allows you to share text, images, content, links, page, etc to your twitter account“.

Stáhnout soubor CRX rozšíření Twitter social tooolkit

Stáhněte si soubory rozšíření Twitter social tooolkit 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í

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

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

Název Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
Oficiální URL https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
Popis Allows you to share text, images, content, links, page, etc to your twitter account
Velikost souboru 4.71 KB
Počet instalací 11
Aktuální Verze 1.0
Poslední Aktualizace 2017-09-21
Datum Vydání 2017-09-20
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}