HOLY CATZ!
Project Name: HOLY CATZ!! If you're looking to procrastinate, we have the Landing Page for you! HOLY CATZ!! will not only provide…
Was ist HOLY CATZ!?
HOLY CATZ! ist eine Chrome-Erweiterung, die von HOLYCATZ entwickelt wurde, und ihr Hauptmerkmal ist "Project Name: HOLY CATZ!! If you're looking to procrastinate, we have the Landing Page for you! HOLY CATZ!! will not only provide…".
Erweiterungsscreenshots
HOLY CATZ!-Erweiterungs-CRX-Datei herunterladen
Laden Sie HOLY CATZ!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Project Name: HOLY CATZ!!
If you're looking to procrastinate, we have the Landing Page for you! HOLY CATZ!! will not only provide many of hours of distraction, but also can track your mood. Explore our 3-D A-Frame environment and interpret your thoughts with the Watson Tone Analyzer as well as explore a variety of 3D 360 environments.
Credits:
Vintage Cat Playing Banjo/GDJ https://openclipart.org/detail/230930/vintage-cat-playing-banjo
Smiling Cat by Smiling Cat/qubodup https://openclipart.org/detail/206160/smiling-cat
Edderkoppespind/Peter Leth
https://www.flickr.com/photos/peterleth/28429513823/in/photolist-aqFeJR-XpLxTJ-YDC9vW-UA9AD3-ZriRkz-7rP2eg-ZAkfdU-RhxtW5-6dLzit-fwaUhh-aqFeK6-7rSE7b-6dLmbK-7rNoJk-KjdFZr
Tiburon/Bob Dass
https://www.flickr.com/photos/54144402@N03/34561643921/in/photolist-UE6sCr-Uxmf4f-UwMtYq-RhxtW5-RcZPCg-YyLga2-Xxn7Te-YuwZZ7-YrZhBa-YamLQf-XpLxTJ-WUxBw5-WeNCME-Xc5Fnz-VJeLE2-WwrJpu-VMvCKg-TpqLEm-TWR6mw-UhwVuE-U9UNYT-TyYTJQ-SA5mRs-SAQhgo-SqH4Zu-S8JcFm-QXpZQy-RDb3gQ-Ry4TQd-RT9X1t-RNaD8N-Qm6YkV-PDm9UQ-QBHHxA-PytnX9-QEod56-QKc1Xy-PwhyCS-PyD3cr-QN9kYX-QrYps6-Q4gmyd-Q1maoW-Q4MKFN-PDG4Q7-PJEkF1-PJeMtx-NF4CXT-PkJWBw-NF4BSB
Screaming Cat/InspectorJ https://freesound.org/people/InspectorJ/sounds/415209/
Cat Purring/Department64 https://freesound.org/people/Department64/sounds/64004/
Neutral Kitty/Andreas.Mustola https://freesound.org/people/Andreas.Mustola/sounds/338272/
Lion Kitty/John Graham Grundlegende Informationen zur Erweiterung
| Name | |
| ID | egobpcloigbjlnbhampafcbdaaebgakf |
| Offizielle URL | https://chromewebstore.google.com/detail/holy-catz/egobpcloigbjlnbhampafcbdaaebgakf |
| Beschreibung | Project Name: HOLY CATZ!! If you're looking to procrastinate, we have the Landing Page for you! HOLY CATZ!! will not only provide… |
| Dateigröße | 9.58 MB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2018-03-29 |
| Veröffentlichungsdatum | 2018-03-29 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | HOLYCATZ |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "HOLY CATZ!",
"name": "HOLY CATZ!",
"icons": {
"16": "favicon16.ico",
"48": "favicon48.ico",
"128": "favicon128.ico"
},
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_title": "HOLY CATZ!!",
"default_icon": {
"16": "cat16.png",
"24": "cat24.png",
"32": "cat32.png"
}
},
"version": "1.5",
"background": {
"page": "popup.html"
},
"web_accessible_resources": [
"gif\/*.gif"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"storage",
"tabs"
]
} | |