Add to 1Feed

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

Co to jest Add to 1Feed?

Add to 1Feed to rozszerzenie Chrome opracowane przez https://1feed.app, a jego główną funkcją jest „This extension lets you add sites straight to 1Feed, your quiet place on the internet.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Add to 1Feed

Pobierz pliki rozszerzeń Add to 1Feed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Add to 1Feed Add to 1Feed
ID hjndhmamnojblddilahimmknodipgdpk
Oficjalny URL https://chromewebstore.google.com/detail/add-to-1feed/hjndhmamnojblddilahimmknodipgdpk
Opis This extension lets you add sites straight to 1Feed, your quiet place on the internet.
Rozmiar pliku 10.38 KB
Liczba instalacji 91
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2021-08-30
Data Publikacji 2020-09-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://1feed.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://1feed.app/
Obsługiwane Języki 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
}