Notado

Sends notes to Notado

Notado란 무엇입니까?

Notado은(는) https://notado.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends notes to Notado"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Notado is a content-first bookmarking service.

This extension can be used to:  

* Right click selections of text or comment links from popular websites to save them to your account on Notado (full list of supported services is available on https://notado.app)

* Right click to import highlighted book notes from the Kindle Cloud Reader Notebook

* Right click on any web page, blog or article to search for comments across the web on Kullish by Notado (https://kulli.sh)                    

확장 프로그램 기본 정보

이름 Notado Notado
ID jmminocgkncmikgaoooddledofafmlnj
공식 URL https://chromewebstore.google.com/detail/notado/jmminocgkncmikgaoooddledofafmlnj
설명 Sends notes to Notado
파일 크기 21.12 KB
설치 횟수 99
현재 버전 0.0.18
최근 업데이트 2023-07-03
출시 날짜 2020-08-03
평점 5.00/5 총 1 개의 평점
개발자 https://notado.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://notado.app
도움말 페이지 URL https://discord.gg/WqtZUj4
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "0.0.18",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "cookies",
        "https:\/\/*.notado.app\/",
        "https:\/\/notado.ngrok.io\/"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/read.amazon.com\/notebook*"
            ],
            "js": [
                "html-sender.js"
            ]
        }
    ]
}