Tally

This extension keeps labeled tallies of whatever your heart desires to count.

Wat is Tally?

Tally is een Chrome-extensie ontwikkeld door tygcrawford, en de belangrijkste functie is "This extension keeps labeled tallies of whatever your heart desires to count.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tally

Download Tally-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tally is an extension where you can tally anything you want.                    

Basisinformatie over de Extensie

Naam Tally Tally
ID hccooeompfobeabappalgmgikeepngme
Officiële URL https://chrome.google.com/webstore/detail/tally/hccooeompfobeabappalgmgikeepngme
Beschrijving This extension keeps labeled tallies of whatever your heart desires to count.
Bestandsgrootte 3.83 MB
Aantal Installaties 1,537
Huidige Versie 1.2.1
Laatst Bijgewerkt 2017-05-24
Publicatiedatum 2017-05-24
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar tygcrawford
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}