Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Fabric Inline Comments क्या है?
Fabric Inline Comments Tony Cosentini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to see comments from related crashes without having to click on the related crash."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fabric Inline Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
विवरण | Allows you to see comments from related crashes without having to click on the related crash. |
फ़ाइल का आकार | 13.61 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2015-05-31 |
प्रकाशन तिथि | 2015-05-31 |
रेटिंग | 4.20/5 कुल 5 रेटिंग्स |
डेवलपर | Tony Cosentini |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fabric Inline Comments", "description": "Allows you to see comments from related crashes without having to click on the related crash.", "version": "1.0.4", "content_scripts": [ { "matches": [ "https:\/\/fabric.io\/*" ], "js": [ "arrive.js", "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "script.js.map" ] } |