Recent Crbugs

Quickly access crbugs you have recently viewed.

Recent Crbugs là gì?

Recent Crbugs là một tiện ích mở rộng Chrome được phát triển bởi jleichtling, và tính năng chính của nó là "Quickly access crbugs you have recently viewed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent Crbugs

Tải xuống các tệp mở rộng Recent Crbugs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent Crbugs Recent Crbugs
ID bhddcpbcpjgehcdanidfppngfcjnpodi
URL Chính Thức https://chromewebstore.google.com/detail/recent-crbugs/bhddcpbcpjgehcdanidfppngfcjnpodi
Mô tả Quickly access crbugs you have recently viewed.
Kích Thước Tệp 488 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-05-22
Ngày Phát Hành 2015-05-21
Đánh Giá 2.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jleichtling
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}