Speed Dial
The end is nigh!
O que é Speed Dial?
Speed Dial é uma extensão do Chrome desenvolvida por MatevzFa, e sua principal característica é "The end is nigh!".
Baixar o arquivo CRX da Extensão Speed Dial
Baixe arquivos de extensão Speed Dial 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
Another Speed Dial extension made with minimalistic approach. Setting up linkbars requires basic JSON knowledge. Changelog: 0.1.0 - Added settings GUI - Improved reliability 0.1.1 - Added GUI for exporting and importing settings - Minor settings GUI tweaks 0.1.2 - Fixed a bug introduced with Chrome version 55, which prevented opening links in a new tab using the middle mouse button. 0.1.3 - Spacing between thumbnails should now be more consistent. - Optimized settings interface 0.1.4 - Fixed whitespace wrapping issues with link bars 0.1.5 - Added thumbnail icon for GitHub - Cleaned up thumbnail icons - Added some missing fields to manifest.json
Informações Básicas da Extensão
Nome | |
ID | oclfpimokfhcchncefemplpcchlpmjmn |
URL Oficial | https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn |
Descrição | The end is nigh! |
Tamanho do Arquivo | 483 KB |
Contagem de Instalações | 12 |
Versão Atual | 0.1.5 |
Última Atualização | 2017-07-13 |
Data de Publicação | 2017-07-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | MatevzFa |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Dial", "version": "0.1.5", "author": "MatevzFa", "description": "The end is nigh!", "icons": { "16": "icons\/tch_16.png", "48": "icons\/tch_48.png", "128": "icons\/tch_128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'" } |