Content Discovery Feed

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

Co to jest Content Discovery Feed?

Content Discovery Feed to rozszerzenie Chrome opracowane przez https://storychief.io, a jego główną funkcją jest „Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Content Discovery Feed

Pobierz pliki rozszerzeń Content Discovery Feed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Content Discovery Feed Content Discovery Feed
ID ekpknpgfcmnajfojgfdlblkodfddoidd
Oficjalny URL https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd
Opis Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
Rozmiar pliku 1.3 MB
Liczba instalacji 227
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-10-25
Data Publikacji 2020-09-14
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper https://storychief.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://storychief.io/content-discovery
Adres URL Strony Pomocy https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website
Adres URL Strony Polityki Prywatności https://storychief.io/privacy
Obsługiwane Języki 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"
        }
    }
}