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
电子邮箱 [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": []
        }
    ]
}