Twos: The best place to write *things* down

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

Vad är Twos: The best place to write *things* down?

Twos: The best place to write *things* down är en Chrome-tillägg utvecklad av https://twosapp.com, och dess huvudfunktion är "Chrome extension for Twos: The best place to write *things* down".

Tilläggsskärmbilder

screenshot

Ladda ner Twos: The best place to write *things* down-förlängningens CRX-fil

Ladda ner Twos: The best place to write *things* down-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Officiell webbadress https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
Beskrivning Chrome extension for Twos: The best place to write *things* down
Filstorlek 64.99 KB
Antal Installationer 2,187
Aktuell Version 1.0.5
Senast Uppdaterad 2022-06-06
Publiceringsdatum 2022-04-26
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://twosapp.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.twosapp.com/home
Hjälpsida URL https://www.parkerklein.com/contact
URL till Sekretesspolicy Sidan https://www.twosapp.com/privacy
Stödda Språk 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": []
        }
    ]
}