Hürriyet Gazetesi
Hürriyet Gazetesi Extension
O que é Hürriyet Gazetesi?
Hürriyet Gazetesi é uma extensão do Chrome desenvolvida por Kaan Uzer, e sua principal característica é "Hürriyet Gazetesi Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hürriyet Gazetesi
Baixe arquivos de extensão Hürriyet Gazetesi 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
Hürriyet Gazetesi haberlerini ilk beş haberi görüntülemek için kullanılır.
Informações Básicas da Extensão
Nome | |
ID | binkhiokbojohlmbnnajekkcpbfflelj |
URL Oficial | https://chrome.google.com/webstore/detail/h%C3%BCrriyet-gazetesi/binkhiokbojohlmbnnajekkcpbfflelj |
Descrição | Hürriyet Gazetesi Extension |
Tamanho do Arquivo | 70.77 KB |
Contagem de Instalações | 55 |
Versão Atual | 1.0 |
Última Atualização | 2016-09-13 |
Data de Publicação | 2016-09-13 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | Kaan Uzer |
Tipo de Pagamento | free |
Idiomas Suportados | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "H\u00fcrriyet Gazetesi", "description": "H\u00fcrriyet Gazetesi Extension", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": { "19": "Assets\/img\/hurriyetlogo-16.png", "38": "Assets\/img\/hurriyetlogo-128.png" }, "default_title": "Hurriyet Gazetesi", "default_popup": "popup.html" }, "icons": { "16": "Assets\/img\/hurriyet-16.png", "128": "Assets\/img\/hurriyet-128.png" }, "permissions": [ "activeTab", "https:\/\/api.hurriyet.com.tr\/" ] } |