Add to 1Feed
This extension lets you add sites straight to 1Feed, your quiet place on the internet.
Hvad er Add to 1Feed?
Add to 1Feed er en Chrome-udvidelse udviklet af https://1feed.app, og dens hovedfunktion er "This extension lets you add sites straight to 1Feed, your quiet place on the internet.".
Udvidelsesskærmbilleder
Download Add to 1Feed-udvidelses-CRX-fil
Download Add to 1Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Add to 1Feed |
ID | hjndhmamnojblddilahimmknodipgdpk |
Officiel URL | https://chromewebstore.google.com/detail/add-to-1feed/hjndhmamnojblddilahimmknodipgdpk |
Beskrivelse | This extension lets you add sites straight to 1Feed, your quiet place on the internet. |
Filstørrelse | 10.38 KB |
Antal Installationer | 91 |
Nuværende Version | 0.1.6 |
Senest Opdateret | 2021-08-30 |
Udgivelsesdato | 2020-09-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://1feed.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://1feed.app/ |
Understøttede Sprog | 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 } |