MeowMeowFacts

A fun cat fact with every new tab :)

什么是MeowMeowFacts?

MeowMeowFacts是由https://seanandthomas.com开发的Chrome扩展程序,该扩展的主要功能是“A fun cat fact with every new tab :)”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}