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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WriteTab

ดาวน์โหลดไฟล์ส่วนขยาย WriteTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
    }
}