Fry Tally
A new tab that tallies how many tabs you've opened... in french fries.
Fry Tallyとは何ですか?
Fry Tallyはsjによって開発されたChromeの拡張機能で、その主な機能は「A new tab that tallies how many tabs you've opened... in french fries.」です。
拡張機能のスクリーンショット
Fry Tally拡張機能のCRXファイルをダウンロード
Fry Tally拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Counts how many tabs you've opened... but with french fries. You can reset the count at any time and it'll save your previous totals, so you can see how many tabs you've devoured over time. You can also change the background and font color to match your own personal style. Reasons to install this: - track how many tabs you've opened in a day, an hour, or a week. - get your daily dose of (virtual) french fry goodness. See the code at: https://github.com/sajoy/fry-tally
拡張機能の基本情報
名前 | Fry Tally |
ID | oapkdheokkamcpllihajojjmonfclfeo |
公式URL | https://chromewebstore.google.com/detail/fry-tally/oapkdheokkamcpllihajojjmonfclfeo |
説明 | A new tab that tallies how many tabs you've opened... in french fries. |
ファイルサイズ | 12.35 KB |
インストール数 | 91 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-03-14 |
公開日 | 2019-03-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | sj |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fry Tally", "version": "1.1.0", "author": "Sarah Joy Calpo", "description": "A new tab that tallies how many tabs you've opened... in french fries.", "background": { "scripts": [ "newTab.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "icon.png" } } |