Recent Crbugs

Quickly access crbugs you have recently viewed.

Qu'est-ce que Recent Crbugs ?

Recent Crbugs est une extension Chrome développée par jleichtling, et sa fonction principale est "Quickly access crbugs you have recently viewed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Recent Crbugs

Téléchargez les fichiers d'extension Recent Crbugs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Recent Crbugs Recent Crbugs
ID bhddcpbcpjgehcdanidfppngfcjnpodi
URL Officiel https://chromewebstore.google.com/detail/recent-crbugs/bhddcpbcpjgehcdanidfppngfcjnpodi
Description Quickly access crbugs you have recently viewed.
Taille du Fichier 488 KB
Nombre d'Installations 101
Version Actuelle 1.3.1
Dernière Mise à Jour 2015-05-22
Date de Publication 2015-05-21
Évaluation 2.50/5 Total 2 Évaluations
Développeur jleichtling
Type de Paiement free
Langues Prises en Charge 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"
    }
}