Tweet Button

Adds Tweet Button to Toolbar

ما هو Tweet Button؟

Tweet Button هو إضافة Chrome تم تطويرها بواسطة foooomio، والميزة الرئيسية لها هي "Adds Tweet Button to Toolbar".

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

screenshot

تحميل ملف CRX للإضافة Tweet Button

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

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

                        Chrome Extension that adds Tweet Button to Toolbar

This software is released under the MIT License.
https://github.com/foooomio/tweet-button-webext                    

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

الاسم Tweet Button Tweet Button
ID joolebahkfpcoapinfefhalfgjkpablf
عنوان URL الرسمي https://chromewebstore.google.com/detail/tweet-button/joolebahkfpcoapinfefhalfgjkpablf
الوصف Adds Tweet Button to Toolbar
حجم الملف 9.26 KB
عدد التثبيتات 165
النسخة الحالية 3.0.0
آخر تحديث 2022-05-08
تاريخ النشر 2019-01-02
تقييم 3.00/5 مجموع تقييمات 4
المطور foooomio
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/foooomio/tweet-button-webext
عنوان صفحة سياسة الخصوصية https://foooomio.net/extensions/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tweet Button",
    "description": "Adds Tweet Button to Toolbar",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}