Channelkit 2.0
Organize links, articles, places, books or anything on the web into neat channels for personal or public use.
什麼是Channelkit 2.0?
Channelkit 2.0是由https://www.channelkit.com開發的Chrome擴展程式,該擴展的主要功能是“Organize links, articles, places, books or anything on the web into neat channels for personal or public use.”。
擴展截圖
下載Channelkit 2.0擴展crx文件
下載Channelkit 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Channelkit creates beautiful cards based on your content — links, files or notes. You can use preset categories of cards or create your own. You than arrange your cards into channels. Each channel is private by default but can be published in your profile or shared via secret link.
擴展基本資訊
名稱 | Channelkit 2.0 |
ID | adffheahkibgkojgfifmeghelckohfkd |
官方網址 | https://chromewebstore.google.com/detail/channelkit-20/adffheahkibgkojgfifmeghelckohfkd |
簡介 | Organize links, articles, places, books or anything on the web into neat channels for personal or public use. |
檔案大小 | 15.9 MB |
安裝次數 | 158 |
目前版本 | 3.0.5 |
更新時間 | 2018-06-21 |
上架時間 | 2018-06-21 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://www.channelkit.com |
付費類型 | free |
擴展官網 | https://www.channelkit.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channelkit 2.0", "version": "3.0.5", "description": "Organize links, articles, places, books or anything on the web into neat channels for personal or public use.", "homepage_url": "https:\/\/www.channelkit.com\/", "icons": { "16": "ext_icons\/extension_icon_16px.png", "48": "ext_icons\/extension_icon_48px.png", "128": "ext_icons\/extension_icon_128px.png" }, "default_locale": "en", "background": { "scripts": [ "assets\/lib\/codebird.js", "assets\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "ext_icons\/icon_off_19px.png", "38": "ext_icons\/icon_off_38px.png" }, "default_title": "Save to Channelkit", "default_popup": "index.html" }, "externally_connectable": { "matches": [ "https:\/\/channelkit.com\/*", "https:\/\/www.channelkit.com\/*", "http:\/\/localhost:4200\/*" ] }, "permissions": [ "activeTab", "background", "cookies", "https:\/\/www.channelkit.com\/", "https:\/\/channelkit.com\/", "http:\/\/localhost:4200\/", "storage", "tabs", "https:\/\/www.facebook.com\/", "https:\/\/graph.facebook.com\/", "identity", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "ext_icons\/channelkit_sign.svg", "styles\/style.css", "images\/*.*", "fonts\/*.*" ] } |