UnderlineMe Notepad

UnderlineMe Notepad

UnderlineMe Notepad란 무엇입니까?

UnderlineMe Notepad은(는) https://underlineme.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UnderlineMe Notepad"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UnderlineMe Notepad 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}