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文件

下载Channelkit Old扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}