Recent Crbugs

Quickly access crbugs you have recently viewed.

Recent Crbugsคืออะไร?

Recent Crbugs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jleichtling และคุณลักษณะหลักของมันคือ "Quickly access crbugs you have recently viewed."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recent Crbugs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}