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 là gì?

Twos: The best place to write *things* down là một tiện ích mở rộng Chrome được phát triển bởi https://twosapp.com, và tính năng chính của nó là "Chrome extension for Twos: The best place to write *things* down".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twos: The best place to write *things* down

Tải xuống các tệp mở rộng Twos: The best place to write *things* down dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 ✌️                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
URL Chính Thức https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Mô tả Chrome extension for Twos: The best place to write *things* down
Kích Thước Tệp 64.99 KB
Số Lần Cài Đặt 2,187
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2022-06-06
Ngày Phát Hành 2022-04-26
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://twosapp.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.twosapp.com/home
URL Trang Trợ Giúp https://www.parkerklein.com/contact
URL Trang Chính Sách Bảo Mật https://www.twosapp.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": []
        }
    ]
}