Better500px
Enhances 500px.com with a few useful shortcuts for better navigation.
O que é Better500px?
Better500px é uma extensão do Chrome desenvolvida por nhoizey, e sua principal característica é "Enhances 500px.com with a few useful shortcuts for better navigation.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better500px
Baixe arquivos de extensão Better500px 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
This is an extension for Firefox, Chrome and Opera that enhances 500px.com with a few useful shortcuts for better navigation: - "Pulse" item in the menu that links to the search for current photographer, sorted by pulse. It might show several photographers if the name is common. - "Favorites" item in the menu that links directly to the favorites, if such a gallery exists and contains at least one photo. - White hearts shown in galleries on photos already liked. This extension is built using the WebExtensions standard, sharing the exact same source code for Firefox and Chrome.
Informações Básicas da Extensão
Nome | Better500px |
ID | ibiamkipmkkignmechblpbdahngkjpam |
URL Oficial | https://chromewebstore.google.com/detail/better500px/ibiamkipmkkignmechblpbdahngkjpam |
Descrição | Enhances 500px.com with a few useful shortcuts for better navigation. |
Tamanho do Arquivo | 31.44 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.3.0 |
Última Atualização | 2016-12-20 |
Data de Publicação | 2016-12-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | nhoizey |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better500px", "version": "1.3.0", "author": "Nicolas Hoizey", "description": "Enhances 500px.com with a few useful shortcuts for better navigation.", "icons": { "48": "icons\/better500px-48px.png", "64": "icons\/better500px-64px.png", "96": "icons\/better500px-96px.png", "128": "icons\/better500px-128px.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "45.0" } }, "content_scripts": [ { "matches": [ "*:\/\/500px.com\/*" ], "js": [ "better500px.js" ] } ], "permissions": [ "https:\/\/api.500px.com\/*" ] } |