Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Hvad er Fabric Inline Comments?
Fabric Inline Comments er en Chrome-udvidelse udviklet af Tony Cosentini, og dens hovedfunktion er "Allows you to see comments from related crashes without having to click on the related crash.".
Download Fabric Inline Comments-udvidelses-CRX-fil
Download Fabric Inline Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
Officiel URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
Beskrivelse | Allows you to see comments from related crashes without having to click on the related crash. |
Filstørrelse | 13.61 KB |
Antal Installationer | 12 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2015-05-31 |
Udgivelsesdato | 2015-05-31 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | Tony Cosentini |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |