Add to 1Feed

This extension lets you add sites straight to 1Feed, your quiet place on the internet.

什麼是Add to 1Feed?

Add to 1Feed是由https://1feed.app開發的Chrome擴展程式,該擴展的主要功能是“This extension lets you add sites straight to 1Feed, your quiet place on the internet.”。

擴展截圖

screenshot

下載Add to 1Feed擴展crx文件

下載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
官方網址 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
}