K's resource downloader

For downloading resources on the web.

K's resource downloader क्या है?

K's resource downloader http://www.thecreatorss.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For downloading resources on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में K's resource downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hello, there.
안녕하세요.

This is K's resource downloader, but most of features havn't developed yet.
이 Chrome 확장 프로그램은 K.의 리소스 다운로더입니다. 다만 대부분의 기능이 아직 덜 개발되었습니다.

Current available feature: getting the IDs from BGMStore(브금저장소) player URIs on a Naver blog post(You can use it when you are activating a Naver blog post page tab.).
현재 쓸 수 있는 기능은 네이버 블로그 글에 있는 브금저장소 플레이어들의 ID를 얻어 그 SWF 파일을 내려받는 것을 돕는 기능입니다(네이버 블로그 글 페이지가 있는 탭을 활성화해 둔 상태에서 쓸 수 있습니다.).


K.([email protected]).                    

एक्सटेंशन की मूल जानकारी

नाम K's resource downloader K's resource downloader
ID pfaoofenjiodlndadcmdmelikhmipkll
आधिकारिक URL https://chrome.google.com/webstore/detail/ks-resource-downloader/pfaoofenjiodlndadcmdmelikhmipkll
विवरण For downloading resources on the web.
फ़ाइल का आकार 31.38 KB
स्थापना संख्या 81
वर्तमान संस्करण The first version
अंतिम अपडेट 2015-12-11
प्रकाशन तिथि 2015-12-11
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर http://www.thecreatorss.xyz
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "K.",
    "name": "K's resource downloader",
    "version": "1.0",
    "version_name": "The first version",
    "description": "For downloading resources on the web.",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "320": "icon320.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/blog.naver.com\/*"
    ],
    "browser_action": {
        "default_title": "K's resource downloader",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png",
            "320": "icon320.png"
        },
        "default_popup": "page.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/blog.naver.com\/*"
            ],
            "js": [
                "K's resource downloader page analyser.js"
            ]
        }
    ]
}