Channelkit Old

Organize links, articles, places, books or anything on the web into neat channels for personal or public use.

Channelkit Old란 무엇입니까?

Channelkit Old은(는) https://www.channelkit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize links, articles, places, books or anything on the web into neat channels for personal or public use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Channelkit Old 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        In a way, Channelkit is like your personal web library. Every link you add is displayed on channelkit.com in form of a card – just like a library card. Each card automatically gets a title, an image, and a short note. Depending on your needs you can leave it like this or add more details to organize your library properly: tags, channels, groups, categories and formats (coming soon).

Download our browser extension collect and organize web pages with just a few clicks.                    

확장 프로그램 기본 정보

이름 Channelkit Old Channelkit Old
ID nkaonbbinnkibpelhhgdbeooflliccbm
공식 URL https://chromewebstore.google.com/detail/channelkit-old/nkaonbbinnkibpelhhgdbeooflliccbm
설명 Organize links, articles, places, books or anything on the web into neat channels for personal or public use.
파일 크기 86.04 KB
설치 횟수 48
현재 버전 0.1.0
최근 업데이트 2016-07-11
출시 날짜 2016-07-11
평점 4.33/5 총 6 개의 평점
개발자 https://www.channelkit.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.channelkit.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Channelkit Old",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Organize links, articles, places, books or anything on the web into neat channels for personal or public use.",
    "homepage_url": "https:\/\/old.channelkit.com",
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/use.typekit.net\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.typekit.net; object-src 'self'",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Save to Channelkit",
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}