Tally

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

Tallyとは何ですか?

Tallyはtygcrawfordによって開発されたChromeの拡張機能で、その主な機能は「This extension keeps labeled tallies of whatever your heart desires to count.」です。

拡張機能のスクリーンショット

screenshot

Tally拡張機能のCRXファイルをダウンロード

Tally拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        ]
    }
}