Twos: The best place to write *things* down

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

Qu'est-ce que Twos: The best place to write *things* down ?

Twos: The best place to write *things* down est une extension Chrome développée par https://twosapp.com, et sa fonction principale est "Chrome extension for Twos: The best place to write *things* down".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twos: The best place to write *things* down

Téléchargez les fichiers d'extension Twos: The best place to write *things* down au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
URL Officiel https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Description Chrome extension for Twos: The best place to write *things* down
Taille du Fichier 64.99 KB
Nombre d'Installations 2,187
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-06-06
Date de Publication 2022-04-26
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://twosapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.twosapp.com/home
URL de la Page d'Aide https://www.parkerklein.com/contact
URL de la Page de Politique de Confidentialité https://www.twosapp.com/privacy
Langues Prises en Charge 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": []
        }
    ]
}