Alore Curated
Curating your own news feed.
Vad är Alore Curated?
Alore Curated är en Chrome-tillägg utvecklad av https://www.alore.io, och dess huvudfunktion är "Curating your own news feed.".
Tilläggsskärmbilder
Ladda ner Alore Curated-förlängningens CRX-fil
Ladda ner Alore Curated-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Alore curated helps you to find out articles or blogs from anywhere and become a curator of your own beautiful blog.
Grundläggande Information om Tillägg
Namn | |
ID | oaihhkjddenolgafphgdmiajepnlnoin |
Officiell webbadress | https://chromewebstore.google.com/detail/alore-curated/oaihhkjddenolgafphgdmiajepnlnoin |
Beskrivning | Curating your own news feed. |
Filstorlek | 1.35 MB |
Antal Installationer | 50 |
Aktuell Version | 1.1.0.4 |
Senast Uppdaterad | 2018-06-26 |
Publiceringsdatum | 2018-06-26 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://www.alore.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://curated.alore.io |
Hjälpsida URL | https://support.alore.io |
URL till Sekretesspolicy Sidan | https://crm.alore.io |
Stödda Språk | 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'" } |