Alore Curated
Curating your own news feed.
什么是Alore Curated?
Alore Curated是由https://www.alore.io开发的Chrome扩展程序,该扩展的主要功能是“Curating your own news feed.”。
扩展截图
下载Alore Curated扩展crx文件
下载Alore Curated扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Alore curated helps you to find out articles or blogs from anywhere and become a curator of your own beautiful blog. 扩展基本信息
| 名称 | |
| ID | oaihhkjddenolgafphgdmiajepnlnoin |
| 官方URL | https://chromewebstore.google.com/detail/alore-curated/oaihhkjddenolgafphgdmiajepnlnoin |
| 简介 | Curating your own news feed. |
| 文件大小 | 1.35 MB |
| 安装次数 | 50 |
| 当前版本 | 1.1.0.4 |
| 更新时间 | 2018-06-26 |
| 上架时间 | 2018-06-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.alore.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://curated.alore.io |
| 帮助页面URL | https://support.alore.io |
| 隐私政策页面URL | https://crm.alore.io |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alore Curated",
"description": "Curating your own news feed.",
"version": "1.1.0.4",
"browser_action": {
"default_icon": "img\/alore_logo_yellow.png",
"default_popup": "index.html"
},
"icons": {
"16": "img\/logo_Alore_Blue_16x16.png",
"32": "img\/logo_Alore_Blue_32x32.png",
"48": "img\/logo_Alore_Blue_48x48.png",
"128": "img\/logo_Alore_Blue_128x128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"activeTab",
"notifications"
],
"web_accessible_resources": [
"img\/logo_Alore_Blue_128x128.png"
],
"content_security_policy": "script-src 'self' https:\/\/use.typekit.net\/eiq2fdx.js; object-src 'self'"
} | |