Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Was ist Fabric Inline Comments?
Fabric Inline Comments ist eine Chrome-Erweiterung, die von Tony Cosentini entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to see comments from related crashes without having to click on the related crash.".
Fabric Inline Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fabric Inline Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
Offizielle URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
Beschreibung | Allows you to see comments from related crashes without having to click on the related crash. |
Dateigröße | 13.61 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2015-05-31 |
Veröffentlichungsdatum | 2015-05-31 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Tony Cosentini |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |