Twitter Capture Toolkit

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

ما هو Twitter Capture Toolkit؟

Twitter Capture Toolkit هو إضافة Chrome تم تطويرها بواسطة markpro، والميزة الرئيسية لها هي "Allows you to share text, images, content, links, page, etc. to your twitter account.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitter Capture Toolkit

قم بتنزيل ملفات الامتداد Twitter Capture Toolkit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tweet Link / Image / Selection tool :
This tool adds a context menu to your chrome web browser to allow you to tweet images, links and selection just by right clicking on them from any website.

More features and tools will be included on user requests, so please use support tab for submitting more suggestions to add more functionalities into this tool.                    

معلومات أساسية عن التمديد

الاسم Twitter Capture Toolkit Twitter Capture Toolkit
ID bimjofdfljlohcechnfngpifcjofpmhi
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-capture-toolkit/bimjofdfljlohcechnfngpifcjofpmhi
الوصف Allows you to share text, images, content, links, page, etc. to your twitter account.
حجم الملف 34.34 KB
عدد التثبيتات 57
النسخة الحالية 1.0
آخر تحديث 2018-02-01
تاريخ النشر 2018-02-01
تقييم 5.00/5 مجموع تقييمات 2
المطور markpro
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Capture Toolkit",
    "description": "Allows you to share text, images, content, links, page, etc. to your twitter account.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "64": "icon.png",
        "32": "icon.png",
        "16": "icon.png",
        "126": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ]
}