Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Co to jest Fabric Inline Comments?
Fabric Inline Comments to rozszerzenie Chrome opracowane przez Tony Cosentini, a jego główną funkcją jest „Allows you to see comments from related crashes without having to click on the related crash.”.
Pobierz plik CRX rozszerzenia Fabric Inline Comments
Pobierz pliki rozszerzeń Fabric Inline Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Additional details at https://github.com/tonycosentini/fabric_inline_comments/
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | poddbenhhjkffbflkihlodhobneekpmm |
Oficjalny URL | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
Opis | Allows you to see comments from related crashes without having to click on the related crash. |
Rozmiar pliku | 13.61 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2015-05-31 |
Data Publikacji | 2015-05-31 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Tony Cosentini |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |