Notely

Making notes simple, organized and always within reach.

Notely란 무엇입니까?

Notely은(는) Notely에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Making notes simple, organized and always within reach."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Notely - Quick, Easy, and Smooth note-taking process for you inside browser. Its card and page layout let you arrange content in the way you want; so that you keep noting without having to worry about the number of notes.

With Notely you can easily:
 - Easily take notes while browsing or attending any meeting.
 - Save important points directly to your notes with highlight and click.
 - Get short summaries of any article into your dashboard. (Still in beta :p)
 - Record and playback audio notes
 - Arrange notes as per your convenience with the page feature                    

확장 프로그램 기본 정보

이름 Notely Notely
ID ndfellgifkedknkiplelpkplcdobnabp
공식 URL https://chrome.google.com/webstore/detail/notely/ndfellgifkedknkiplelpkplcdobnabp
설명 Making notes simple, organized and always within reach.
파일 크기 1 MB
설치 횟수 95
현재 버전 0.2.1
최근 업데이트 2022-02-02
출시 날짜 2022-01-20
평점 5.00/5 총 4 개의 평점
개발자 Notely
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://notely.in
도움말 페이지 URL https://forms.gle/VnieuoUety2yGsas5
개인정보 보호 정책 페이지 URL https://notely.in/policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notely",
    "author": "Gaurav",
    "description": "Making notes simple, organized and always within reach.",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/128.png",
        "default_title": "Notely"
    },
    "background": {
        "scripts": [
            "back.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "index.html",
        "index.js",
        "static\/*",
        "auth\/*.*",
        "logout\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/embed.tawk.to\/61f16701b9e4e21181bc0641\/1fqbfkor8 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self';",
    "manifest_version": 2
}