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”。
扩展截图
下载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 |
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" ] } |