UnderlineMe Notepad

UnderlineMe Notepad

什么是UnderlineMe Notepad?

UnderlineMe Notepad是由https://underlineme.com开发的Chrome扩展程序,该扩展的主要功能是“UnderlineMe Notepad”。

扩展截图

screenshot
screenshot
screenshot

下载UnderlineMe Notepad扩展crx文件

下载UnderlineMe Notepad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Free *Privacy friendly

UnderlineMe is an in-browser notepad. With a simple shortcut, open the notepad while browsing and start typing.

What was the login link?
Where did I put that url
Did I take notes during the call?
Where was that todo list again?
What was that guy's twitter?
Where do I dump this email list
What was that contact's name
Did I reply back to that linkedin message

^If this is you then you'll love UnderlineMe.

Unlike other tools, UnderlineMe complements your workflow. Take notes while watching Youtube, browsing Stackoverflow, checking out Pinterest, chatting on Slack, etc.

Any questions? Shoot me a message at underlineme.com/contact or get in touch on Twitter @underlinemapp

Twitter - https://twitter.com/underlinemeapp                    

扩展基本信息

名称 UnderlineMe Notepad UnderlineMe Notepad
ID bfgkgjjcgcfdjdcdcicnekhhldinkkhk
官方URL https://chromewebstore.google.com/detail/underlineme-notepad/bfgkgjjcgcfdjdcdcicnekhhldinkkhk
简介 UnderlineMe Notepad
文件大小 8.02 MB
安装次数 108
当前版本 2.0.3
更新时间 2021-07-14
上架时间 2020-07-17
评分 4.11/5 共9次评分
开发者 https://underlineme.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://underlineme.com
帮助页面URL https://underlineme.com/contact
隐私政策页面URL https://underlineme.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_shortName__",
    "homepage_url": "https:\/\/underlineme.com",
    "description": "UnderlineMe Notepad",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        "Inter.otf",
        "css\/content-script.css",
        "dist\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "page": "dist\/index.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "connect-src ws: http:\/\/localhost:4000 https:\/\/api.underlineme.com https:\/\/*.ingest.sentry.io https:\/\/*.pusher.com; img-src: 'self' data; script-src  'self'; object-src 'self'",
    "version": "2.0.3"
}