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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}