Asr
Replace new tab page with daily Islamic inspiration and guidance
O que é Asr?
Asr é uma extensão do Chrome desenvolvida por http://prayasr.com, e sua principal característica é "Replace new tab page with daily Islamic inspiration and guidance".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Asr
Baixe arquivos de extensão Asr 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
Asr is an Islamic dashboard that replaces your new tab page. On every new tab: - See a daily beautiful background image - Read a daily ayah / hadith - Get the current date in the hijri calendar Our goal is to connect Muslims back to what matters. Asr lets you disconnect from the dunya, if only for a moment, to reflect on our ultimate purpose. For contact, email us at [email protected] and share prayasr.com with your family and friends! **NEW IN VERSION 0.1.4** • Submit and suggest your favorite quotes and photos!
Informações Básicas da Extensão
Nome | |
ID | ncjacmkjnpkjbemlgaoekklcmheopmdi |
URL Oficial | https://chrome.google.com/webstore/detail/asr/ncjacmkjnpkjbemlgaoekklcmheopmdi |
Descrição | Replace new tab page with daily Islamic inspiration and guidance |
Tamanho do Arquivo | 300 KB |
Contagem de Instalações | 331 |
Versão Atual | 0.1.4 |
Última Atualização | 2017-03-14 |
Data de Publicação | 2017-03-14 |
Classificação | 4.95/5 Total de 19 Avaliações |
Desenvolvedor | http://prayasr.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Asr", "version": "0.1.4", "author": "Fusha Technologies", "description": "Replace new tab page with daily Islamic inspiration and guidance", "icons": { "16": "assets\/img\/icon-16.png", "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "geolocation", "*:\/\/asr.firebaseio.com\/*" ], "background": { "scripts": [ "assets\/js\/production.min.js" ], "persistent": false }, "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |