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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |