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文件

下載Palavra擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}