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 |
官方網址 | 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" } |