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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.parkerklein.com/contact
URL หน้านโยบายความเป็นส่วนตัว 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": []
        }
    ]
}