Github Notable Comments
Lets you easily navigate between the notable comments on github
Vad är Github Notable Comments?
Github Notable Comments är en Chrome-tillägg utvecklad av kamranahmed.se, och dess huvudfunktion är "Lets you easily navigate between the notable comments on github".
Tilläggsskärmbilder
Ladda ner Github Notable Comments-förlängningens CRX-fil
Ladda ner Github Notable 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
Grundläggande Information om Tillägg
| Namn | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| Beskrivning | Lets you easily navigate between the notable comments on github |
| Filstorlek | 13.17 KB |
| Antal Installationer | 53 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2018-04-20 |
| Publiceringsdatum | 2018-04-20 |
| Utvecklare | kamranahmed.se |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://github.com/kamranahmedse/notable-comments |
| Hjälpsida URL | http://github.com/kamranahmedse/notable-comments/issues |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Notable Comments",
"short_name": "github-notable-comments",
"version": "0.0.1",
"manifest_version": 2,
"description": "Lets you easily navigate between the notable comments on github",
"homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
],
"css": [
".\/styles\/main.css"
]
}
]
} | |