Catalytics
Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.
什么是Catalytics?
Catalytics是由https://www.haykranen.nl开发的Chrome扩展程序,该扩展的主要功能是“Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats.”。
扩展截图
下载Catalytics扩展crx文件
下载Catalytics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If for some crazy reason you'd like to improve this extension, the source is on Github: https://github.com/hay/catalytics. Release history: v1.2 - Adapted to work on the new 'Google Marketing Platform' homepage!
扩展基本信息
名称 | Catalytics |
ID | mohnipnfighkkjenjjlcbkglgdkbgipl |
官方URL | https://chromewebstore.google.com/detail/catalytics/mohnipnfighkkjenjjlcbkglgdkbgipl |
简介 | Replaces people on the Google Analytics / Marketing Platform homepage with surly looking cats. |
文件大小 | 1.12 MB |
安装次数 | 57 |
当前版本 | 1.2 |
更新时间 | 2019-04-12 |
上架时间 | 2019-04-12 |
评分 | 5.00/5 共6次评分 |
开发者 | https://www.haykranen.nl |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://projects.haykranen.nl/catalytics/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Catalytics", "description": "Replaces people on the Google Analytics \/ Marketing Platform homepage with surly looking cats.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/analytics\/", "*:\/\/marketingplatform.google.com\/*" ], "js": [ "app.js" ] } ], "web_accessible_resources": [ "img\/*" ], "icons": { "16": "icon-16.png", "128": "icon-128.png" } } |