Hypergraphia: Writing Habit Tracker

Build a consistent writing habit like a pro-writing stats, ability to track multiple writing projects, and much more.

Hypergraphia: Writing Habit Trackerคืออะไร?

Hypergraphia: Writing Habit Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hypergraphia Inc. และคุณลักษณะหลักของมันคือ "Build a consistent writing habit like a pro-writing stats, ability to track multiple writing projects, and much more."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hypergraphia: Writing Habit Tracker

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

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

                        Set a word count goal. ✅
Track your progress automatically. 🔥
Track across multiple writing projects. 📌
Stay on a streak with the automatic goal calendar. 📅

⭐️ "I write every morning" - Ernest Hemingway ⭐️

Every successful writers show up daily. But most aspiring writers often overlook the power of showing up daily. They need a system that encourages consistency.

That's why we built Hypergraphia.

We take away the burden of designing and maintaining a system for writing and help you take care of crafting your writing skill.

🌟Features🌟
1) Works anywhere on the internet: Google Docs, Medium, Substack, Notion, Wattpad, personal blogs, etc.
2) You can change your goal anytime
3) Add multiple writing projects
4) Words are counted automatically as you write
5) You can track your progress on multiple sites simultaneously
6) Live stats. You can view your progress straight on your site
7) Progress bar to see how much is left to write
8) Automatic goal calendar
9) Monthly progress chart
10) Your overall writing history

⚙️Settings⚙️
1) Set a word count goal.
2) Turn on the toggle button on sites you wish to track your writing.
3) That's it.

✨Philosophy✨
Every single word matters.

🍭Pricing🍭
Subscription is just $5/month. And we offer 20% discount on annual plan.
When you pay you also help us maintain and improve Hypergraphia.

🤝
Your privacy is important to us. Hypergraphia allows you to build a consistent writing habit by accessing the web content. We use it only to count the words. Nothing else. In any case, we will not track your other data.

❤️
We are continuously working towards making Hypergraphia a better tool for creators. Please show your support by giving us your valuable feedback. Share a word with your friends if you like this little app.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hypergraphia: Writing Habit Tracker Hypergraphia: Writing Habit Tracker
ID jcpllecgmnbbdgmhepglkgkaikipkfoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hypergraphia-writing-habi/jcpllecgmnbbdgmhepglkgkaikipkfoc
คำอธิบาย Build a consistent writing habit like a pro-writing stats, ability to track multiple writing projects, and much more.
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 384
เวอร์ชันปัจจุบัน 1.05.04
อัปเดตครั้งล่าสุด 2022-08-12
วันที่เผยแพร่ 2021-08-25
คะแนน 3.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Hypergraphia Inc.
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://api.hypergraphia.app/app-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hypergraphia: Writing Habit Tracker",
    "version": "1.05.04",
    "manifest_version": 2,
    "description": "Build a consistent writing habit like a pro-writing stats, ability to track multiple writing projects, and much more.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/apis.google.com https:\/\/*.firebaseio.com https:\/\/www.gstatic.com https:\/\/stripe.com https:\/\/js.stripe.com https:\/\/js.stripe.com\/v3 https:\/\/unpkg.com\/axios\/dist\/axios.min.js; 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "badge.js",
                "confetti.js",
                "reminder.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hypergraphia_logo48x48.png"
    ],
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    }
}