Octoview
The missing preview feature for GitHub
Vad är Octoview?
Octoview är en Chrome-tillägg utvecklad av Rongjian Zhang, och dess huvudfunktion är "The missing preview feature for GitHub".
Tilläggsskärmbilder
Ladda ner Octoview-förlängningens CRX-fil
Ladda ner Octoview-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
Preview files on GitHub.
Source code:
https://github.com/pd4d10/octoview Grundläggande Information om Tillägg
| Namn | |
| ID | ekjhcbdeiniodnnilfihlnlnnpkhleel |
| Officiell webbadress | https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel |
| Beskrivning | The missing preview feature for GitHub |
| Filstorlek | 646 KB |
| Antal Installationer | 86 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-08-23 |
| Publiceringsdatum | 2017-08-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Rongjian Zhang |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/pd4d10/octoview |
| Hjälpsida URL | https://github.com/pd4d10/octoview |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Octoview",
"version": "1.0.0",
"description": "The missing preview feature for GitHub",
"homepage_url": "https:\/\/github.com\/pd4d10\/octoview",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"dist\/raven.js",
"dist\/background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"dist\/raven.js",
"dist\/contentscript.js"
],
"run-at": "document_idle"
}
]
} | |