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
官方網址 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
電子郵箱 [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": []
        }
    ]
}