Year Progress
Extension that shows the year progress in the new tab + todo app, for chrome, Firefox and Edge. Available in 2 languages.
Year Progressคืออะไร?
Year Progress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wb.gy และคุณลักษณะหลักของมันคือ "Extension that shows the year progress in the new tab + todo app, for chrome, Firefox and Edge. Available in 2 languages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Year Progress
ดาวน์โหลดไฟล์ส่วนขยาย Year Progress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Time is the most valuable thing a man can spend. We are taught from a young age to see money as our most precious resource.
This extension will show you the year progress every-time you open a new tab on your browser.
Version 2.0.1
🆕 New Features 🆕
✽ New Bookmarks layout ✔️
✽ Fix countdown bug ✔️
================================
Version 2.0.0
🆕 New Features 🆕
✽ Background Customization ✔️
✽ Adding Bookmarks with more features ✔️
✽ Full Height for TODO App ✔️
================================
✽ Year Progress
✽ Control Year Progress in the next ways
✪ CountUp ☝️ / CoundDown 👎
✪ Count Layout: Circle or Bar
✪ Days or Percentage
✽ ✔ Advanced TODO app with (All, Waiting, Done, Deleted) Tabs 😉
✽ 👋 Greeting Message with your Name 💗
✽ 🇪🇬 Adding Arabic Language and RTL Support 💗
✽ 📜 Random Quotes related to Time
✽ 🕒 Clock & Current Day
Version 1.0.0
✽ Year Progress
✽ Control Year Progress in the next ways
✪ CountUp ☝️ / CoundDown 👎
✪ Count Layout: Circle or Bar
✪ Days or Percentage
✽ ✔ Advanced TODO app with (All, Waiting, Done, Deleted) Tabs 😉
✽ 👋 Greeting Message with your Name 💗
✽ 🇪🇬 Adding Arabic Language and RTL Support 💗
✽ 📜 Random Quotes related to Time
✽ 🕒 Clock & Current Day
Version 0.1.1
✽ Year Progress
✽ Random Quotes related to Time
✽ Clock & Current Day ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | padfdnkoippjkeccoegkloedfakanehh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/year-progress/padfdnkoippjkeccoegkloedfakanehh |
| คำอธิบาย | Extension that shows the year progress in the new tab + todo app, for chrome, Firefox and Edge. Available in 2 languages. |
| ขนาดไฟล์ | 2.15 MB |
| จำนวนการติดตั้ง | 377 |
| เวอร์ชันปัจจุบัน | 2.1.2 |
| อัปเดตครั้งล่าสุด | 2020-08-05 |
| วันที่เผยแพร่ | 2020-06-19 |
| คะแนน | 4.95/5 รวมทั้งหมด 21 คะแนน |
| ผู้พัฒนา | https://wb.gy |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://wb.gy |
| URL หน้าช่วยเหลือ | https:/wb.gy |
| URL หน้านโยบายความเป็นส่วนตัว | https://joinsafqa.com/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "2.1.2",
"short_name": "__MSG_appShortName__",
"manifest_version": 2,
"default_locale": "en",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"scripts\/background.js"
]
},
"minimum_chrome_version": "10.0",
"chrome_url_overrides": {
"newtab": "pages\/newtab.html"
},
"omnibox": {
"keyword": "year-progress"
},
"permissions": []
} | |