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
Eメール [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"
}