MeowMeowFacts
A fun cat fact with every new tab :)
MeowMeowFactsとは何ですか?
MeowMeowFactsはhttps://seanandthomas.comによって開発されたChromeの拡張機能で、その主な機能は「A fun cat fact with every new tab :)」です。
拡張機能のスクリーンショット
MeowMeowFacts拡張機能のCRXファイルをダウンロード
MeowMeowFacts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome Extension made by Sean and Thomas. Each time you open a new tab, you get a cat fact! We proudly have the largest cat facts database on the internet…how PAWSOME is that?! Let us know what you think :) Want to help contribute or know a cool cat fact? Email us at [email protected] Cats and cuteness by collaboration with Studio Jeanne => studiojeanne.com
拡張機能の基本情報
名前 | MeowMeowFacts |
ID | mbjjeoifjkenllinddfmibncnfmcofkl |
公式URL | https://chromewebstore.google.com/detail/meowmeowfacts/mbjjeoifjkenllinddfmibncnfmcofkl |
説明 | A fun cat fact with every new tab :) |
ファイルサイズ | 764 KB |
インストール数 | 123 |
現在のバージョン | 1.2 |
最終更新日 | 2018-03-16 |
公開日 | 2018-03-15 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://seanandthomas.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://seanandthomas.com |
ヘルプページのURL | https://hacksmithlabs.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MeowMeowFacts", "description": "A fun cat fact with every new tab :)", "version": "1.2", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "cat_icon128.png" } } |