Content Discovery Feed
Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
什麼是Content Discovery Feed?
Content Discovery Feed是由https://storychief.io開發的Chrome擴展程式,該擴展的主要功能是“Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.”。
擴展截圖
下載Content Discovery Feed擴展crx文件
下載Content Discovery Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Content Discovery Feed |
ID | ekpknpgfcmnajfojgfdlblkodfddoidd |
官方網址 | https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd |
簡介 | Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab. |
檔案大小 | 1.3 MB |
安裝次數 | 227 |
目前版本 | 1.1 |
更新時間 | 2020-10-25 |
上架時間 | 2020-09-14 |
評分 | 4.33/5 共 6 次評分 |
開發者 | https://storychief.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://storychief.io/content-discovery |
說明頁面URL | https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website |
隱私政策頁面URL | https://storychief.io/privacy |
支援的語言 | 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" } } } |