Palavra

A newtab page replacement providing an editor to take notes in markdown

Palavra란 무엇입니까?

Palavra은(는) jakob.westhoff에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A newtab page replacement providing an editor to take notes in markdown"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Palavra is a chrome-extension, providing a markdown editor on every opened newtab. The entered data is stored and synched across all newtabs providing you with all the needed functionality to easily take notes. Palavra is inspired by Papier.

Take a look at: https://github.com/jakobwesthoff/palavra for more information as well as the source code.                    

확장 프로그램 기본 정보

이름 Palavra Palavra
ID pimddpppppkfioifalgbhnjfmlcmfehd
공식 URL https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd
설명 A newtab page replacement providing an editor to take notes in markdown
파일 크기 4.02 MB
설치 횟수 30
현재 버전 2.0.3
최근 업데이트 2016-08-22
출시 날짜 2016-08-22
평점 3.67/5 총 3 개의 평점
개발자 jakob.westhoff
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Palavra",
    "description": "A newtab page replacement providing an editor to take notes in markdown",
    "version": "2.0.3",
    "icons": {
        "16": "Assets\/icon-rounded-16.png",
        "32": "Assets\/icon-rounded-32.png",
        "48": "Assets\/icon-rounded-48.png",
        "64": "Assets\/icon-rounded-64.png",
        "128": "Assets\/icon-rounded-128.png",
        "256": "Assets\/icon-rounded-256.png"
    },
    "author": "Jakob Westhoff",
    "background": {
        "scripts": [
            "Library\/Event.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "Pages\/NewTab.html"
    },
    "permissions": [
        "storage"
    ]
}