Content Discovery Feed
Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
Qu'est-ce que Content Discovery Feed ?
Content Discovery Feed est une extension Chrome développée par https://storychief.io, et sa fonction principale est "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Content Discovery Feed
Téléchargez les fichiers d'extension Content Discovery Feed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Content Discovery Feed |
ID | ekpknpgfcmnajfojgfdlblkodfddoidd |
URL Officiel | https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd |
Description | Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab. |
Taille du Fichier | 1.3 MB |
Nombre d'Installations | 227 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-10-25 |
Date de Publication | 2020-09-14 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | https://storychief.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://storychief.io/content-discovery |
URL de la Page d'Aide | https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website |
URL de la Page de Politique de Confidentialité | https://storychief.io/privacy |
Langues Prises en Charge | 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" } } } |