Content Discovery Feed

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

Apa itu Content Discovery Feed?

Content Discovery Feed adalah ekstensi Chrome yang dikembangkan oleh https://storychief.io, dan fitur utamanya adalah "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Content Discovery Feed

Unduh file ekstensi Content Discovery Feed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Content Discovery Feed Content Discovery Feed
ID ekpknpgfcmnajfojgfdlblkodfddoidd
URL Resmi https://chromewebstore.google.com/detail/content-discovery-feed/ekpknpgfcmnajfojgfdlblkodfddoidd
Deskripsi Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab.
Ukuran File 1.3 MB
Jumlah Instalasi 227
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-10-25
Tanggal Publikasi 2020-09-14
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://storychief.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://storychief.io/content-discovery
URL Halaman Bantuan https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website
URL Halaman Kebijakan Privasi https://storychief.io/privacy
Bahasa yang Didukung 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"
        }
    }
}