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 |
| 官方網址 | 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'"
} | |