Tally
This extension keeps labeled tallies of whatever your heart desires to count.
What is Tally?
Tally is a Chrome extension developed by tygcrawford, and its main feature is "This extension keeps labeled tallies of whatever your heart desires to count.".
Extension Screenshots
Download Tally Extension CRX File
Download Tally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tally is an extension where you can tally anything you want.
Extension Basic Information
Name | |
ID | hccooeompfobeabappalgmgikeepngme |
Official URL | https://chrome.google.com/webstore/detail/tally/hccooeompfobeabappalgmgikeepngme |
Description | This extension keeps labeled tallies of whatever your heart desires to count. |
File Size | 3.83 MB |
Installation Count | 1,537 |
Current Version | 1.2.1 |
Last Updated | 2017-05-24 |
Publish Date | 2017-05-24 |
Rating | 4.17/5 Total 6 Ratings |
Developer | tygcrawford |
Payment Type | free |
Supported Languages | 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" ] } } |