Free the Pink
Pink-ify button and link elements. #FreeThePink
什么是Free the Pink?
Free the Pink是由Winter LaMon开发的Chrome扩展程序,该扩展的主要功能是“Pink-ify button and link elements. #FreeThePink”。
扩展截图
下载Free the Pink扩展crx文件
下载Free the Pink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With the click of a button, transform all buttons and links to glorious magenta calls to action.
You get magenta! And you get magenta! Magenta for everyone! 扩展基本信息
| 名称 | |
| ID | dlpefelmhiokdeoejmijfoahdagppcdm |
| 官方URL | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
| 简介 | Pink-ify button and link elements. #FreeThePink |
| 文件大小 | 14.79 KB |
| 安装次数 | 333 |
| 当前版本 | 0.1 |
| 更新时间 | 2019-11-25 |
| 上架时间 | 2019-11-24 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Winter LaMon |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Free the Pink",
"short_name": "Free the Pink",
"version": "0.1",
"description": "Pink-ify button and link elements. #FreeThePink",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Free the Pink",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/ftp_16.png",
"32": "images\/ftp_32.png",
"48": "images\/ftp_48.png",
"128": "images\/ftp_128.png"
}
},
"icons": {
"16": "images\/ftp_16.png",
"32": "images\/ftp_32.png",
"48": "images\/ftp_48.png",
"128": "images\/ftp_128.png"
},
"manifest_version": 2
} | |