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.”。
擴展截圖
下載Tally擴展crx文件
下載Tally擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tally is an extension where you can tally anything you want. 擴展基本資訊
| 名稱 | |
| ID | hccooeompfobeabappalgmgikeepngme |
| 官方網址 | 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"
]
}
} | |