Alore Curated
Curating your own news feed.
Wat is Alore Curated?
Alore Curated is een Chrome-extensie ontwikkeld door https://www.alore.io, en de belangrijkste functie is "Curating your own news feed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Alore Curated
Download Alore Curated-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Alore curated helps you to find out articles or blogs from anywhere and become a curator of your own beautiful blog.
Basisinformatie over de Extensie
Naam | |
ID | oaihhkjddenolgafphgdmiajepnlnoin |
Officiële URL | https://chromewebstore.google.com/detail/alore-curated/oaihhkjddenolgafphgdmiajepnlnoin |
Beschrijving | Curating your own news feed. |
Bestandsgrootte | 1.35 MB |
Aantal Installaties | 50 |
Huidige Versie | 1.1.0.4 |
Laatst Bijgewerkt | 2018-06-26 |
Publicatiedatum | 2018-06-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.alore.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://curated.alore.io |
Help Pagina-URL | https://support.alore.io |
URL van de Privacybeleid Pagina | https://crm.alore.io |
Ondersteunde Talen | 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'" } |