Twos: The best place to write *things* down

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

Twos: The best place to write *things* downとは何ですか?

Twos: The best place to write *things* downはhttps://twosapp.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for Twos: The best place to write *things* down」です。

拡張機能のスクリーンショット

screenshot

Twos: The best place to write *things* down拡張機能のCRXファイルをダウンロード

Twos: The best place to write *things* down拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Twos: The best place to write *things* down Twos: The best place to write *things* down
ID lgkfjdlfhjdjcmkdgmciobikpjakpgjn
公式URL https://chromewebstore.google.com/detail/twos-the-best-place-to-wr/lgkfjdlfhjdjcmkdgmciobikpjakpgjn
説明 Chrome extension for Twos: The best place to write *things* down
ファイルサイズ 64.99 KB
インストール数 2,187
現在のバージョン 1.0.5
最終更新日 2022-06-06
公開日 2022-04-26
評価 5.00/5 合計 7 レビュー
開発者 https://twosapp.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.twosapp.com/home
ヘルプページのURL https://www.parkerklein.com/contact
プライバシーポリシーページのURL https://www.twosapp.com/privacy
対応言語 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": []
        }
    ]
}