Twos: The best place to write *things* down

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

Hvad er Twos: The best place to write *things* down?

Twos: The best place to write *things* down er en Chrome-udvidelse udviklet af https://twosapp.com, og dens hovedfunktion er "Chrome extension for Twos: The best place to write *things* down".

Udvidelsesskærmbilleder

screenshot

Download Twos: The best place to write *things* down-udvidelses-CRX-fil

Download Twos: The best place to write *things* down-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Officiel URL https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Beskrivelse Chrome extension for Twos: The best place to write *things* down
Filstørrelse 64.99 KB
Antal Installationer 2,187
Nuværende Version 1.0.5
Senest Opdateret 2022-06-06
Udgivelsesdato 2022-04-26
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler https://twosapp.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.twosapp.com/home
Hjælpeside-URL https://www.parkerklein.com/contact
URL til Fortrolighedspolitik Side https://www.twosapp.com/privacy
Understøttede Sprog 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": []
        }
    ]
}