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!
擴展基本資訊
名稱 | Free the Pink |
ID | dlpefelmhiokdeoejmijfoahdagppcdm |
官方網址 | 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 } |