Free the Pink
Pink-ify button and link elements. #FreeThePink
Free the Pinkคืออะไร?
Free the Pink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Winter LaMon และคุณลักษณะหลักของมันคือ "Pink-ify button and link elements. #FreeThePink"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free the Pink
ดาวน์โหลดไฟล์ส่วนขยาย 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
} | |