Twos: The best place to write *things* down

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

Cos'è Twos: The best place to write *things* down?

Twos: The best place to write *things* down è un'estensione di Chrome sviluppata da https://twosapp.com, e la sua funzione principale è "Chrome extension for Twos: The best place to write *things* down".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twos: The best place to write *things* down

Scarica i file di estensione Twos: The best place to write *things* down in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
URL Ufficiale https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Descrizione Chrome extension for Twos: The best place to write *things* down
Dimensione del File 64.99 KB
Conteggio Installazioni 2,187
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-06-06
Data di Pubblicazione 2022-04-26
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://twosapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.twosapp.com/home
URL della Pagina di Aiuto https://www.parkerklein.com/contact
URL della Pagina della Politica sulla Privacy https://www.twosapp.com/privacy
Lingue Supportate 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": []
        }
    ]
}