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 |
官方網址 | 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" } } |