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
公式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
Eメール [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
}