Channelkit Old

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

Cos'è Channelkit Old?

Channelkit Old è un'estensione di Chrome sviluppata da https://www.channelkit.com, e la sua funzione principale è "Organize links, articles, places, books or anything on the web into neat channels for personal or public use.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Channelkit Old

Scarica i file di estensione Channelkit Old in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Channelkit Old Channelkit Old
ID nkaonbbinnkibpelhhgdbeooflliccbm
URL Ufficiale https://chromewebstore.google.com/detail/channelkit-old/nkaonbbinnkibpelhhgdbeooflliccbm
Descrizione Organize links, articles, places, books or anything on the web into neat channels for personal or public use.
Dimensione del File 86.04 KB
Conteggio Installazioni 48
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-07-11
Data di Pubblicazione 2016-07-11
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://www.channelkit.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.channelkit.com/
Lingue Supportate 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"
            ]
        }
    ]
}