Palavra

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

Palavra là gì?

Palavra là một tiện ích mở rộng Chrome được phát triển bởi jakob.westhoff, và tính năng chính của nó là "A newtab page replacement providing an editor to take notes in markdown".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Palavra

Tải xuống các tệp mở rộng Palavra dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Palavra Palavra
ID pimddpppppkfioifalgbhnjfmlcmfehd
URL Chính Thức https://chromewebstore.google.com/detail/palavra/pimddpppppkfioifalgbhnjfmlcmfehd
Mô tả A newtab page replacement providing an editor to take notes in markdown
Kích Thước Tệp 4.02 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2016-08-22
Ngày Phát Hành 2016-08-22
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jakob.westhoff
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}