Twos: The best place to write *things* down

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

What is Twos: The best place to write *things* down?

Twos: The best place to write *things* down is a Chrome extension developed by https://twosapp.com, and its main feature is "Chrome extension for Twos: The best place to write *things* down".

Extension Screenshots

screenshot

Download Twos: The best place to write *things* down Extension CRX File

Download Twos: The best place to write *things* down extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Official URL https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Description Chrome extension for Twos: The best place to write *things* down
File Size 64.99 KB
Installation Count 2,187
Current Version 1.0.5
Last Updated 2022-06-06
Publish Date 2022-04-26
Rating 5.00/5 Total 7 Ratings
Developer https://twosapp.com
Email [email protected]
Payment Type free
Extension Website https://www.twosapp.com/home
Help Page URL https://www.parkerklein.com/contact
Privacy Policy Page URL https://www.twosapp.com/privacy
Supported Languages 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": []
        }
    ]
}