Twitter social tooolkit

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

Apa itu Twitter social tooolkit?

Twitter social tooolkit adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allows you to share text, images, content, links, page, etc to your twitter account".

Unduh Berkas CRX Ekstensi Twitter social tooolkit

Unduh file ekstensi Twitter social tooolkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Twitter social tooolkit Twitter social tooolkit
ID ipjkmdfealmjcgeklfbpnjnejhdofnma
URL Resmi https://chromewebstore.google.com/detail/twitter-social-tooolkit/ipjkmdfealmjcgeklfbpnjnejhdofnma
Deskripsi Allows you to share text, images, content, links, page, etc to your twitter account
Ukuran File 4.71 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-09-21
Tanggal Publikasi 2017-09-20
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}