PlaceNoter

Turns browser's home page to a Note-Taking-App.

PlaceNoter란 무엇입니까?

PlaceNoter은(는) Jeet Mandaliya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns browser's home page to a Note-Taking-App."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Hey there fellow person,

This extension magically turns your browser's home page in to a note-taking machine. It also allows you to have sortable shortcuts to your favourite websites!

All the notes and shortcuts are stored offline on your computer. You can export/import data to/from a file. You and only you are in control of your data! Preview is here https://sereneinserenade.github.io/placenoter , all the data in the preview is non-persistent.

A peak to the palace of features this extension has to offer: 

Shortcuts 🔗: Sortable shortcuts to your websites.
Easy-to-use 🍰: Open new tab and start writing.
Auto-save 🔄: Never worry about saving your data, it does that automatically.
Theme 💻⚫️⚪️: Great support for system/light/dark theme, so you can work late in the night or midday without stressing your eyes!
Blocks ⠿ ⬆️ ⬇️ : Notion like draggable/movable blocks.
Secure 🔐: No data is sent to any server whatsoever, it always lies on your computer, and you can export it to a JSON file at will.
Recycle Bin ♻️: Notes that you deleted live in recycle bin unless deleted permanently.
Write code snippets in note and choose from ~35 different languages 🧑‍💻: Great for programmers/developers/coders!!
It's open-source and free ❤️! Visit https://github.com/sereneinserenade/placenoter for source-code. I and the open source community will much appreciate 🤩 if you ✨starred the repo on GitHub. 

Looking forward to your feedback!

Love,
Jeet Mandaliya(https://github.com/sereneinserenade)                    

확장 프로그램 기본 정보

이름 PlaceNoter PlaceNoter
ID jefjneinemilpncgcfdglggeheiaakfc
공식 URL https://chromewebstore.google.com/detail/placenoter/jefjneinemilpncgcfdglggeheiaakfc
설명 Turns browser's home page to a Note-Taking-App.
파일 크기 416 KB
설치 횟수 32
현재 버전 1.2.5
최근 업데이트 2022-11-15
출시 날짜 2022-02-12
평점 5.00/5 총 2 개의 평점
개발자 Jeet Mandaliya
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sereneinserenade/placenoter/
도움말 페이지 URL https://github.com/sereneinserenade/placenoter/blob/main/README.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.5",
    "name": "PlaceNoter",
    "description": "Turns browser's home page to a Note-Taking-App.",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}