Recent Crbugs

Quickly access crbugs you have recently viewed.

Cos'è Recent Crbugs?

Recent Crbugs è un'estensione di Chrome sviluppata da jleichtling, e la sua funzione principale è "Quickly access crbugs you have recently viewed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Recent Crbugs

Scarica i file di estensione Recent Crbugs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Recent Crbugs Recent Crbugs
ID bhddcpbcpjgehcdanidfppngfcjnpodi
URL Ufficiale https://chromewebstore.google.com/detail/recent-crbugs/bhddcpbcpjgehcdanidfppngfcjnpodi
Descrizione Quickly access crbugs you have recently viewed.
Dimensione del File 488 KB
Conteggio Installazioni 101
Versione Corrente 1.3.1
Ultimo Aggiornamento 2015-05-22
Data di Pubblicazione 2015-05-21
Valutazione 2.50/5 Totale 2 Valutazioni
Sviluppatore jleichtling
Tipo di Pagamento free
Lingue Supportate 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"
    }
}