Christina's Chrome extension
Never stop exploring!
什么是Christina's Chrome extension?
Christina's Chrome extension是由christinavhastenrath开发的Chrome扩展程序,该扩展的主要功能是“Never stop exploring!”。
扩展截图
下载Christina's Chrome extension扩展crx文件
下载Christina's Chrome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Got too much too do and too many tabs open? Get a nice, warm personalised welcome when opening a new tab. When you click on the Lotus flower you will get a mindfullness snack. Take a step back, just for a second and you will be more focused and motivated. Icons made by www.freepik.com from www.flaticon.com and is licensed by creativecommons.org/licenses/by/3.0/
扩展基本信息
名称 | Christina's Chrome extension |
ID | kmmafchjenalicnigbddpgjdigkmoomj |
官方URL | https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj |
简介 | Never stop exploring! |
文件大小 | 1.01 MB |
安装次数 | 412 |
当前版本 | 1.0 |
更新时间 | 2019-06-14 |
上架时间 | 2019-06-14 |
评分 | 4.50/5 共8次评分 |
开发者 | christinavhastenrath |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Christina's Chrome extension", "version": "1.0", "description": "Never stop exploring!", "chrome_url_overrides": { "newtab": "inspiration.html" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "lotus128.png" }, "manifest_version": 2, "incognito": "split" } |