Add to 1Feed
This extension lets you add sites straight to 1Feed, your quiet place on the internet.
ما هو Add to 1Feed؟
Add to 1Feed هو إضافة Chrome تم تطويرها بواسطة https://1feed.app، والميزة الرئيسية لها هي "This extension lets you add sites straight to 1Feed, your quiet place on the internet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Add to 1Feed
قم بتنزيل ملفات الامتداد Add to 1Feed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension lets you add sites straight to 1Feed, your quiet place on the internet. You can click on the 1Feed extension icon from any website, and it will let you add the site to 1Feed.
معلومات أساسية عن التمديد
الاسم | Add to 1Feed |
ID | hjndhmamnojblddilahimmknodipgdpk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/add-to-1feed/hjndhmamnojblddilahimmknodipgdpk |
الوصف | This extension lets you add sites straight to 1Feed, your quiet place on the internet. |
حجم الملف | 10.38 KB |
عدد التثبيتات | 91 |
النسخة الحالية | 0.1.6 |
آخر تحديث | 2021-08-30 |
تاريخ النشر | 2020-09-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://1feed.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://1feed.app/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "name": "Add to 1Feed", "description": "This extension lets you add sites straight to 1Feed, your quiet place on the internet.", "homepage_url": "https:\/\/1feed.app\/", "icons": { "16": "icons\/extension-16x16.png", "48": "icons\/extension-48x48.png", "128": "icons\/extension-128x128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/extension-128x128.png", "default_title": "Add to 1Feed", "theme_icons": [ { "light": "icons\/browser-action-light.svg", "dark": "icons\/browser-action-dark.svg", "size": 16 }, { "light": "icons\/browser-action-light.svg", "dark": "icons\/browser-action-dark.svg", "size": 48 }, { "light": "icons\/browser-action-light.svg", "dark": "icons\/browser-action-dark.svg", "size": 128 } ] }, "manifest_version": 2 } |