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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |