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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}