Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Wat is Fabric Inline Comments?
Fabric Inline Comments is een Chrome-extensie ontwikkeld door Tony Cosentini, en de belangrijkste functie is "Allows you to see comments from related crashes without having to click on the related crash.".
Download het CRX-bestand van de extensie Fabric Inline Comments
Download Fabric Inline Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
Basisinformatie over de Extensie
Naam | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
Officiële URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
Beschrijving | Allows you to see comments from related crashes without having to click on the related crash. |
Bestandsgrootte | 13.61 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2015-05-31 |
Publicatiedatum | 2015-05-31 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Tony Cosentini |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |