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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://storychief.io และคุณลักษณะหลักของมันคือ "Content Disovery Feed by StoryChief allows you to manage all your favorite content inspiration in one tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Discovery Feed

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
        }
    }
}