Channelkit Old

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

ما هو Channelkit Old؟

Channelkit Old هو إضافة Chrome تم تطويرها بواسطة https://www.channelkit.com، والميزة الرئيسية لها هي "Organize links, articles, places, books or anything on the web into neat channels for personal or public use.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Channelkit Old

قم بتنزيل ملفات الامتداد Channelkit Old بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}