petit_deco_github
petit decoration chrome extension on github.
What is petit_deco_github?
petit_deco_github is a Chrome extension developed by http://nyangryy.hatenablog.com, and its main feature is "petit decoration chrome extension on github.".
Extension Screenshots
Download petit_deco_github Extension CRX File
Download petit_deco_github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://github.com/nyangry/petit_deco_github Extension Basic Information
| Name | |
| ID | aieofhdmcaalkcopkmkcjmacfpigffdf |
| Official URL | https://chrome.google.com/webstore/detail/petitdecogithub/aieofhdmcaalkcopkmkcjmacfpigffdf |
| Description | petit decoration chrome extension on github. |
| File Size | 7.57 KB |
| Installation Count | 28 |
| Current Version | 1.3.2 |
| Last Updated | 2019-11-16 |
| Publish Date | 2019-11-15 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | http://nyangryy.hatenablog.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/nyangry/petit_deco_github |
| Help Page URL | https://github.com/nyangry/petit_deco_github |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.2",
"manifest_version": 2,
"name": "petit_deco_github",
"description": "petit decoration chrome extension on github.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"content_scripts\/app.css"
],
"js": [
"content_scripts\/app.js"
]
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.github.com\/*",
"*:\/\/github.com\/*"
]
},
"permissions": [
"background",
"https:\/\/*\/",
"http:\/\/*\/",
"activeTab"
],
"web_accessible_resources": [
"content_scripts\/loader.gif"
]
} | |