RJump
RJ코드를 드래그로 선택하면 dlsite 검색할 수 있는 도구
What is RJump?
RJump is a Chrome extension developed by Unknown, and its main feature is "RJ코드를 드래그로 선택하면 dlsite 검색할 수 있는 도구".
Extension Screenshots
Download RJump Extension CRX File
Download RJump 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
옵션을 통해 원문/한국어 번역/영어 번역 선택 가능
개선사항/버그는 글로 올려주셈 Extension Basic Information
| Name | |
| ID | keilnbjkaoodejbmbhobinhalcldpaok |
| Official URL | https://chromewebstore.google.com/detail/rjump/keilnbjkaoodejbmbhobinhalcldpaok |
| Description | RJ코드를 드래그로 선택하면 dlsite 검색할 수 있는 도구 |
| File Size | 7.08 KB |
| Installation Count | 18 |
| Current Version | 1.0.1 |
| Last Updated | 2019-05-07 |
| Publish Date | 2019-05-07 |
| Developer | Unknown |
| Payment Type | free |
| Supported Languages | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RJump",
"description": "RJ\ucf54\ub4dc\ub97c \ub4dc\ub798\uadf8\ub85c \uc120\ud0dd\ud558\uba74 dlsite \uac80\uc0c9\ud560 \uc218 \uc788\ub294 \ub3c4\uad6c",
"version": "1.0.1",
"icons": {
"32": "icons\/icon.png"
},
"background": {
"scripts": [
"background_script.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/gall.dcinside.com\/*"
],
"js": [
"contentScripts\/readSelect.js"
]
}
],
"permissions": [
"contextMenus"
]
} | |