Twitter social tooolkit

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

Hvad er Twitter social tooolkit?

Twitter social tooolkit er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Allows you to share text, images, content, links, page, etc to your twitter account".

Download Twitter social tooolkit-udvidelses-CRX-fil

Download Twitter social tooolkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
Officiel URL https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
Beskrivelse Allows you to share text, images, content, links, page, etc to your twitter account
Filstørrelse 4.71 KB
Antal Installationer 11
Nuværende Version 1.0
Senest Opdateret 2017-09-21
Udgivelsesdato 2017-09-20
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}