Tally

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

Co to jest Tally?

Tally to rozszerzenie Chrome opracowane przez tygcrawford, a jego główną funkcją jest „This extension keeps labeled tallies of whatever your heart desires to count.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tally

Pobierz pliki rozszerzeń Tally w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Tally Tally
ID hccooeompfobeabappalgmgikeepngme
Oficjalny URL https://chrome.google.com/webstore/detail/tally/hccooeompfobeabappalgmgikeepngme
Opis This extension keeps labeled tallies of whatever your heart desires to count.
Rozmiar pliku 3.83 MB
Liczba instalacji 1,537
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2017-05-24
Data Publikacji 2017-05-24
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper tygcrawford
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}