Productive Twitter

Minimal and friendly theme for productive social sharing

ما هو Productive Twitter؟

Productive Twitter هو إضافة Chrome تم تطويرها بواسطة sarah.drasner، والميزة الرئيسية لها هي "Minimal and friendly theme for productive social sharing".

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

screenshot

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

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

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

                        This twitter theme was built to help people be productive with the twitter platfom, based on updates in the UI in July of 2020.                    

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

الاسم Productive Twitter Productive Twitter
ID elgfikcdihncknnnedljbbignlmnppii
عنوان URL الرسمي https://chromewebstore.google.com/detail/productive-twitter/elgfikcdihncknnnedljbbignlmnppii
الوصف Minimal and friendly theme for productive social sharing
حجم الملف 25.78 KB
عدد التثبيتات 643
النسخة الحالية 1.1.0
آخر تحديث 2020-10-18
تاريخ النشر 2019-07-20
تقييم 4.95/5 مجموع تقييمات 37
المطور sarah.drasner
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sdras/productive-twitter
عنوان صفحة المساعدة https://github.com/sdras/productive-twitter/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productive Twitter",
    "version": "1.1.0",
    "description": "Minimal and friendly theme for productive social sharing",
    "short_name": "Productive Twitter",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    }
}