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 擴展基本資訊
| 名稱 | |
| ID | mbjjeoifjkenllinddfmibncnfmcofkl |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |