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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 Content Discovery Feed
ID ekpknpgfcmnajfojgfdlblkodfddoidd
官方URL 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"
        }
    }
}