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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/*.*" ] } |