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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Content Discovery Feed
قم بتنزيل ملفات الامتداد Content Discovery Feed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | https://help.storychief.io/en/articles/4237785-content-discovery-dashboard-how-do-i-find-the-rss-feed-of-a-website |
عنوان صفحة سياسة الخصوصية | 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" } } } |