Tally
This extension keeps labeled tallies of whatever your heart desires to count.
Tallyคืออะไร?
Tally เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tygcrawford และคุณลักษณะหลักของมันคือ "This extension keeps labeled tallies of whatever your heart desires to count."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tally
ดาวน์โหลดไฟล์ส่วนขยาย Tally ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tally is an extension where you can tally anything you want.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hccooeompfobeabappalgmgikeepngme |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tally/hccooeompfobeabappalgmgikeepngme |
คำอธิบาย | This extension keeps labeled tallies of whatever your heart desires to count. |
ขนาดไฟล์ | 3.83 MB |
จำนวนการติดตั้ง | 1,537 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2017-05-24 |
วันที่เผยแพร่ | 2017-05-24 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | tygcrawford |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tally", "description": "This extension keeps labeled tallies of whatever your heart desires to count.", "version": "1.2.1", "icons": { "16": "assets\/icon_16.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": "assets\/icon_128.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "script\/background.js" ] } } |