Content Discovery Feed

Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.

Cos'è Content Discovery Feed?

Content Discovery Feed è un'estensione di Chrome sviluppata da https://storychief.io, e la sua funzione principale è "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Content Discovery Feed

Scarica i file di estensione Content Discovery Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Content Discovery Feed Content Discovery Feed
ID ekpknpgfcmnajfojgfdlblkodfddoidd
URL Ufficiale https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd
Descrizione Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
Dimensione del File 1.3 MB
Conteggio Installazioni 227
Versione Corrente 1.1
Ultimo Aggiornamento 2020-10-25
Data di Pubblicazione 2020-09-14
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://storychief.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://storychief.io/content-discovery
URL della Pagina di Aiuto https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website
URL della Pagina della Politica sulla Privacy https://storychief.io/privacy
Lingue Supportate 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"
        }
    }
}