Recent Crbugs

Quickly access crbugs you have recently viewed.

Recent Crbugsとは何ですか?

Recent Crbugsはjleichtlingによって開発されたChromeの拡張機能で、その主な機能は「Quickly access crbugs you have recently viewed.」です。

拡張機能のスクリーンショット

screenshot

Recent Crbugs拡張機能のCRXファイルをダウンロード

Recent Crbugs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 Recent Crbugs Recent Crbugs
ID bhddcpbcpjgehcdanidfppngfcjnpodi
公式URL https://chromewebstore.google.com/detail/recent-crbugs/bhddcpbcpjgehcdanidfppngfcjnpodi
説明 Quickly access crbugs you have recently viewed.
ファイルサイズ 488 KB
インストール数 101
現在のバージョン 1.3.1
最終更新日 2015-05-22
公開日 2015-05-21
評価 2.50/5 合計 2 レビュー
開発者 jleichtling
支払い方法 free
対応言語 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"
    }
}