Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
什么是Day Gone In Percentage?
Day Gone In Percentage是由NoSemantic开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to show how much of current day, month or year has already passed in Percentage.”。
扩展截图
下载Day Gone In Percentage扩展crx文件
下载Day Gone In Percentage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Steps to Use: 1. Click the extension sun icon on the top right hand side where extensions icon reside. 2. A pop up will appear on clicking that will show you the percentage Hope you like it.
扩展基本信息
名称 | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
官方URL | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
简介 | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
文件大小 | 688 KB |
安装次数 | 190 |
当前版本 | 0.0.1 |
更新时间 | 2019-03-21 |
上架时间 | 2019-03-21 |
评分 | 5.00/5 共2次评分 |
开发者 | NoSemantic |
付费类型 | free |
扩展官网 | https://nosemantic.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Day Gone In Percentage", "version": "0.0.1", "manifest_version": 2, "description": "A chrome extension to show how much of current day, month or year has already passed in Percentage.", "icons": { "16": "images\/sunset-16.png", "128": "images\/sunset-128.png" }, "default_locale": "en", "background": [], "permissions": [], "browser_action": { "default_icon": { "16": "images\/sun-16.png", "128": "images\/sun-128.png" }, "default_title": "Day Gone In Percentage", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ] } |