Pink background
This extension allows the users to change the background in pink color of the current page.
什么是Pink background?
Pink background是由https://dierezepte.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the users to change the background in pink color of the current page.”。
扩展截图
下载Pink background扩展crx文件
下载Pink background扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.
扩展基本信息
名称 | Pink background |
ID | ehiaijjfijdbaepbhgompjomellejfoj |
官方URL | https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj |
简介 | This extension allows the users to change the background in pink color of the current page. |
文件大小 | 7.37 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2018-02-20 |
上架时间 | 2018-02-20 |
评分 | 2.75/5 共4次评分 |
开发者 | https://dierezepte.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dierezepte.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pink background", "description": "This extension allows the users to change the background in pink color of the current page.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "activeTab", "storage" ] } |