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 |
公式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 } |