Recent Crbugs
Quickly access crbugs you have recently viewed.
O que é Recent Crbugs?
Recent Crbugs é uma extensão do Chrome desenvolvida por jleichtling, e sua principal característica é "Quickly access crbugs you have recently viewed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Recent Crbugs
Baixe arquivos de extensão Recent Crbugs 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
Go ahead. Close that crbug tab. You know it's just two clicks away. New in v1.3.1: - Fixed bug where long titles caused copy button to be pushed off the right side of the popup New in v1.3: - Search crbug.com - Larger click target (thanks scheib@ for the suggestion) New in v1.2: - Filter crbugs by search - New and improved UI (thanks ainslie@ for the good suggestions, thanks to me for the ones I butchered)
Informações Básicas da Extensão
Nome | Recent Crbugs |
ID | bhddcpbcpjgehcdanidfppngfcjnpodi |
URL Oficial | https://chromewebstore.google.com/detail/recent-crbugs/bhddcpbcpjgehcdanidfppngfcjnpodi |
Descrição | Quickly access crbugs you have recently viewed. |
Tamanho do Arquivo | 488 KB |
Contagem de Instalações | 101 |
Versão Atual | 1.3.1 |
Última Atualização | 2015-05-22 |
Data de Publicação | 2015-05-21 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | jleichtling |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Recent Crbugs", "version": "1.3.1", "description": "Quickly access crbugs you have recently viewed.", "permissions": [ "webNavigation", "storage", "clipboardWrite", "https:\/\/code.google.com\/*" ], "browser_action": { "default_title": "", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "bg.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |