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 |
公式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 |
Eメール | [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" } } } |