Tally

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

Tally क्या है?

Tally tygcrawford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension keeps labeled tallies of whatever your heart desires to count."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tally एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Tally Tally
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"
        ]
    }
}