Twos: The best place to write *things* down

Chrome extension for Twos: The best place to write *things* down

ما هو Twos: The best place to write *things* down؟

Twos: The best place to write *things* down هو إضافة Chrome تم تطويرها بواسطة https://twosapp.com، والميزة الرئيسية لها هي "Chrome extension for Twos: The best place to write *things* down".

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

screenshot

تحميل ملف CRX للإضافة Twos: The best place to write *things* down

قم بتنزيل ملفات الامتداد Twos: The best place to write *things* down بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is the official Chrome extension for Twos ✌️ (www.TwosApp.com).

Once you have an account, you can login and easily add websites and text to your Today using this Chrome extension.

Let us know if you need any help.

Have a happy Twosday ✌️                    

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

الاسم Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
الوصف Chrome extension for Twos: The best place to write *things* down
حجم الملف 64.99 KB
عدد التثبيتات 2,187
النسخة الحالية 1.0.5
آخر تحديث 2022-06-06
تاريخ النشر 2022-04-26
تقييم 5.00/5 مجموع تقييمات 7
المطور https://twosapp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.twosapp.com/home
عنوان صفحة المساعدة https://www.parkerklein.com/contact
عنوان صفحة سياسة الخصوصية https://www.twosapp.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension for Twos: The best place to write *things* down",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "Twos: The best place to write *things* down",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "favicon.ico"
    },
    "icons": {
        "16": "favicon.ico",
        "48": "favicon.ico",
        "128": "favicon.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}