18opener

일팔오프너는 URL(링크)을 가장 쉽게 대량으로 열어줍니다

What is 18opener?

18opener is a Chrome extension developed by 18nike.com, and its main feature is "일팔오프너는 URL(링크)을 가장 쉽게 대량으로 열어줍니다".

Extension Screenshots

screenshot

Download 18opener Extension CRX File

Download 18opener 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

                        일팔오프너는 대량의 URL을 저장하고, 원클릭 한번에 URL을 오픈합니다.
대량의 URL을 확인하거나, 매일 사용하는 URL을 한번에 오픈할때 매우 유용합니다.                    

Extension Basic Information

Name 18opener 18opener
ID lcignggbdmmnemdhfgcbhgjoggfkohcj
Official URL https://chromewebstore.google.com/detail/18opener/lcignggbdmmnemdhfgcbhgjoggfkohcj
Description 일팔오프너는 URL(링크)을 가장 쉽게 대량으로 열어줍니다
File Size 94.28 KB
Installation Count 478
Current Version 1.0.1
Last Updated 2021-05-30
Publish Date 2021-05-29
Rating 5.00/5 Total 1 Ratings
Developer 18nike.com
Email [email protected]
Payment Type free
Extension Website http://18nike.com
Supported Languages ko
manifest.json
{
    "name": "18opener",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "description": "\uc77c\ud314\uc624\ud504\ub108\ub294 URL(\ub9c1\ud06c)\uc744 \uac00\uc7a5 \uc27d\uac8c \ub300\ub7c9\uc73c\ub85c \uc5f4\uc5b4\uc90d\ub2c8\ub2e4",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}