Fabric Inline Comments
Allows you to see comments from related crashes without having to click on the related crash.
Vad är Fabric Inline Comments?
Fabric Inline Comments är en Chrome-tillägg utvecklad av Tony Cosentini, och dess huvudfunktion är "Allows you to see comments from related crashes without having to click on the related crash.".
Ladda ner Fabric Inline Comments-förlängningens CRX-fil
Ladda ner Fabric Inline Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Additional details at https://github.com/tonycosentini/fabric_inline_comments/ Grundläggande Information om Tillägg
| Namn | |
| ID | poddbenhhjkffbflkihlodhobneekpmm |
| Officiell webbadress | https://chrome.google.com/webstore/detail/fabric-inline-comments/poddbenhhjkffbflkihlodhobneekpmm |
| Beskrivning | Allows you to see comments from related crashes without having to click on the related crash. |
| Filstorlek | 13.61 KB |
| Antal Installationer | 12 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2015-05-31 |
| Publiceringsdatum | 2015-05-31 |
| Betyg | 4.20/5 Totalt 5 Betyg |
| Utvecklare | Tony Cosentini |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |