Day Gone In Percentage
A chrome extension to show how much of current day, month or year has already passed in Percentage.
O que é Day Gone In Percentage?
Day Gone In Percentage é uma extensão do Chrome desenvolvida por NoSemantic, e sua principal característica é "A chrome extension to show how much of current day, month or year has already passed in Percentage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Day Gone In Percentage
Baixe arquivos de extensão Day Gone In Percentage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Day Gone In Percentage |
ID | beealpgndklmjfgkeogopencdbjimhbk |
URL Oficial | https://chromewebstore.google.com/detail/day-gone-in-percentage/beealpgndklmjfgkeogopencdbjimhbk |
Descrição | A chrome extension to show how much of current day, month or year has already passed in Percentage. |
Tamanho do Arquivo | 688 KB |
Contagem de Instalações | 190 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-03-21 |
Data de Publicação | 2019-03-21 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | NoSemantic |
Tipo de Pagamento | free |
Site da Extensão | https://nosemantic.com |
Idiomas Suportados | 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" ] } |