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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.channelkit.com และคุณลักษณะหลักของมันคือ "Organize links, articles, places, books or anything on the web into neat channels for personal or public use."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Channelkit 2.0
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*.*" ] } |