Pet Mood Tracker
Pet themed journal and mood tracker!
Pet Mood Trackerとは何ですか?
Pet Mood TrackerはMarisa Lによって開発されたChromeの拡張機能で、その主な機能は「Pet themed journal and mood tracker!」です。
拡張機能のスクリーンショット
Pet Mood Tracker拡張機能のCRXファイルをダウンロード
Pet Mood Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to track your day and journal your feelings? Use this cute little chrome extension app. I made this for fun on the weekend. Let me know your thoughts! 拡張機能の基本情報
| 名前 | |
| ID | fpidnlaipemhlfgilocegokiipdbhagh |
| 公式URL | https://chromewebstore.google.com/detail/pet-mood-tracker/fpidnlaipemhlfgilocegokiipdbhagh |
| 説明 | Pet themed journal and mood tracker! |
| ファイルサイズ | 201 MB |
| インストール数 | 162 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2023-07-24 |
| 公開日 | 2022-10-26 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Marisa L |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Pet themed journal and mood tracker!",
"manifest_version": 3,
"name": "Pet Mood Tracker",
"version": "0.3",
"permissions": [
"storage"
],
"homepage_url": "https:\/\/github.com\/celina-lopez\/virtual-pethub-chrome-extension",
"icons": {
"16": "assets\/icon16.png",
"32": "assets\/icon32.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_popup": "main.html",
"default_title": "Pet Mood Tracker"
}
} | |