Add to 1Feed
This extension lets you add sites straight to 1Feed, your quiet place on the internet.
Cos'è Add to 1Feed?
Add to 1Feed è un'estensione di Chrome sviluppata da https://1feed.app, e la sua funzione principale è "This extension lets you add sites straight to 1Feed, your quiet place on the internet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Add to 1Feed
Scarica i file di estensione Add to 1Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Add to 1Feed |
ID | hjndhmamnojblddilahimmknodipgdpk |
URL Ufficiale | https://chromewebstore.google.com/detail/add-to-1feed/hjndhmamnojblddilahimmknodipgdpk |
Descrizione | This extension lets you add sites straight to 1Feed, your quiet place on the internet. |
Dimensione del File | 10.38 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2021-08-30 |
Data di Pubblicazione | 2020-09-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://1feed.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://1feed.app/ |
Lingue Supportate | 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 } |