Twos: The best place to write *things* down

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

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

Twos: The best place to write *things* down is een Chrome-extensie ontwikkeld door https://twosapp.com, en de belangrijkste functie is "Chrome extension for Twos: The best place to write *things* down".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twos: The best place to write *things* down

Download Twos: The best place to write *things* down-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Officiële URL https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Beschrijving Chrome extension for Twos: The best place to write *things* down
Bestandsgrootte 64.99 KB
Aantal Installaties 2,187
Huidige Versie 1.0.5
Laatst Bijgewerkt 2022-06-06
Publicatiedatum 2022-04-26
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://twosapp.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.twosapp.com/home
Help Pagina-URL https://www.parkerklein.com/contact
URL van de Privacybeleid Pagina https://www.twosapp.com/privacy
Ondersteunde Talen 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": []
        }
    ]
}