WriteTab
Replace your new tab page with a blank writing page
ما هو WriteTab؟
WriteTab هو إضافة Chrome تم تطويرها بواسطة https://tinyapps.com.au، والميزة الرئيسية لها هي "Replace your new tab page with a blank writing page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WriteTab
قم بتنزيل ملفات الامتداد WriteTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replace your new tab page with a blank, distraction free writing environment. Your words are saved as you type so you can come back anytime to keep writing. Or clear or space with one click and begin again.
معلومات أساسية عن التمديد
الاسم | WriteTab |
ID | jgihkgpaeaddfkdmoglpcklnbldcmklm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/writetab/jgihkgpaeaddfkdmoglpcklnbldcmklm |
الوصف | Replace your new tab page with a blank writing page |
حجم الملف | 325 KB |
عدد التثبيتات | 398 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2017-02-24 |
تاريخ النشر | 2017-02-23 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | https://tinyapps.com.au |
نوع الدفع | free |
موقع الإضافة | http://tinyapps.com.au |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WriteTab", "permissions": [ "storage" ], "version": "0.0.5", "manifest_version": 2, "description": "Replace your new tab page with a blank writing page", "homepage_url": "http:\/\/tinyapps.com.au", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "options_ui": { "page": "src\/options.html", "chrome_style": true } } |