Channelkit Old

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

What is Channelkit Old?

Channelkit Old is a Chrome extension developed by https://www.channelkit.com, and its main feature is "Organize links, articles, places, books or anything on the web into neat channels for personal or public use.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Channelkit Old Extension CRX File

Download Channelkit Old 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

                        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.                    

Extension Basic Information

Name Channelkit Old Channelkit Old
ID nkaonbbinnkibpelhhgdbeooflliccbm
Official URL https://chromewebstore.google.com/detail/channelkit-old/nkaonbbinnkibpelhhgdbeooflliccbm
Description Organize links, articles, places, books or anything on the web into neat channels for personal or public use.
File Size 86.04 KB
Installation Count 48
Current Version 0.1.0
Last Updated 2016-07-11
Publish Date 2016-07-11
Rating 4.33/5 Total 6 Ratings
Developer https://www.channelkit.com
Payment Type free
Extension Website https://www.channelkit.com/
Supported Languages 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"
            ]
        }
    ]
}