Content Discovery Feed
Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
Content Discovery Feed là gì?
Content Discovery Feed là một tiện ích mở rộng Chrome được phát triển bởi https://storychief.io, và tính năng chính của nó là "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Content Discovery Feed
Tải xuống các tệp mở rộng Content Discovery Feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Stay inspired by new content every day. Content Discovery Feed is here to keep you informed. Find your favourite blogs, resources, news sites, ... all in one tab! Save stories so you can read them later or start creating new stories directly in StoryChief.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Content Discovery Feed |
ID | ekpknpgfcmnajfojgfdlblkodfddoidd |
URL Chính Thức | https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd |
Mô tả | Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab. |
Kích Thước Tệp | 1.3 MB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-10-25 |
Ngày Phát Hành | 2020-09-14 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://storychief.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://storychief.io/content-discovery |
URL Trang Trợ Giúp | https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website |
URL Trang Chính Sách Bảo Mật | https://storychief.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Content Discovery Feed", "version": "1.1", "minimum_chrome_version": "75", "description": "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.", "permissions": [ "storage", "https:\/\/*\/" ], "background": { "scripts": [ "hot-reload.js", "background.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "CDD.html" }, "page_action": { "default_icon": "images\/favicon.png" }, "icons": { "16": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "manifest_version": 2, "applications": { "gecko": { "id": "{6ac298a5-88f8-44a3-8a40-0766bcdbc1d0}", "strict_min_version": "60.0" } } } |