Recent Crbugs
Quickly access crbugs you have recently viewed.
Recent Crbugs क्या है?
Recent Crbugs jleichtling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly access crbugs you have recently viewed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recent Crbugs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |