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."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to 1Feed

ดาวน์โหลดไฟล์ส่วนขยาย Add to 1Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
}