Palavra
A newtab page replacement providing an editor to take notes in markdown
ما هو Palavra؟
Palavra هو إضافة Chrome تم تطويرها بواسطة jakob.westhoff، والميزة الرئيسية لها هي "A newtab page replacement providing an editor to take notes in markdown".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Palavra
قم بتنزيل ملفات الامتداد Palavra بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |