오늘의 웹툰

Today's webtoon list.

Wat is 오늘의 웹툰?

오늘의 웹툰 is een Chrome-extensie ontwikkeld door http://xgunheex.blogspot.com, en de belangrijkste functie is "Today's webtoon list.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 오늘의 웹툰

Download 오늘의 웹툰-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        오늘 날짜(요일)의 각 사이트별 웹툰 바로가기 링크입니다.

사이트를 클릭하면 새 텝으로 열리며, 요일별 웹툰으로 이동합니다.

필요하신 사이트들은 덧글이나 블로그에 적어주시면 추가하겠습니다.                    

Basisinformatie over de Extensie

Naam 오늘의 웹툰 오늘의 웹툰
ID eacgihaofdghbfhipdeenalfcclkepcp
Officiële URL https://chrome.google.com/webstore/detail/%EC%98%A4%EB%8A%98%EC%9D%98-%EC%9B%B9%ED%88%B0/eacgihaofdghbfhipdeenalfcclkepcp
Beschrijving Today's webtoon list.
Bestandsgrootte 170 KB
Aantal Installaties 15
Huidige Versie 1
Laatst Bijgewerkt 2014-10-30
Publicatiedatum 2014-10-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://xgunheex.blogspot.com
Betalingswijze free
Ondersteunde Talen ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc624\ub298\uc758 \uc6f9\ud230",
    "short_name": "Today's webtoon",
    "description": "Today's webtoon list.",
    "version": "1",
    "background": {
        "scripts": [
            "angular.min.js",
            "controller.js"
        ]
    },
    "web_accessible_resources": [
        "logo\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "name": "Cr",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "*:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "manifest_version": 2
}