RSS-агрегатор
RSS-агрегатор на основе 'Smart RSS' от Мартина Кадлеца
Qu'est-ce que RSS-агрегатор ?
RSS-агрегатор est une extension Chrome développée par Артур (webstore developer), et sa fonction principale est "RSS-агрегатор на основе 'Smart RSS' от Мартина Кадлеца".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RSS-агрегатор
Téléchargez les fichiers d'extension RSS-агрегатор au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Лёгкий и быстрый RSS-агрегатор.
Informations de Base sur l'Extension
Nom | |
ID | mfnlknjiipcimlomahgahebhljlajfeg |
URL Officiel | https://chrome.google.com/webstore/detail/rss-%D0%B0%D0%B3%D1%80%D0%B5%D0%B3%D0%B0%D1%82%D0%BE%D1%80/mfnlknjiipcimlomahgahebhljlajfeg |
Description | RSS-агрегатор на основе 'Smart RSS' от Мартина Кадлеца |
Taille du Fichier | 247 KB |
Nombre d'Installations | 448 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-07-03 |
Date de Publication | 2017-07-03 |
Évaluation | 4.71/5 Total 14 Évaluations |
Développeur | Артур (webstore developer) |
Type de Paiement | free |
Langues Prises en Charge | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "libs\/jquery.min.js", "libs\/underscore.min.js", "libs\/backbone.min.js", "libs\/backbone.indexDB.js", "images\/icon16_v2.png" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+R", "mac": "Command+Shift+R", "chromeos": "Ctrl+Shift+R", "linux": "Ctrl+Shift+R" } } }, "browser_action": { "default_title": "RSS-\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u043e\u0440", "default_icon": { "19": "images\/reload_anim_1.png" } }, "description": "RSS-\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u043e\u0440 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 'Smart RSS' \u043e\u0442 \u041c\u0430\u0440\u0442\u0438\u043d\u0430 \u041a\u0430\u0434\u043b\u0435\u0446\u0430", "icons": { "19": "images\/icon19-arrow-orange.png", "128": "images\/128-inverted-round.png", "64": "images\/64-inverted-round.png", "48": "images\/48-inverted-round.png", "96": "images\/96-inverted-round.png" }, "manifest_version": 2, "version": "1.0", "options_page": "options.html", "background": { "page": "index.html" }, "permissions": [ "https:\/\/*\/*", "storage", "unlimitedStorage", "alarms", "tabs", "contextMenus", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';", "name": "RSS-\u0430\u0433\u0440\u0435\u0433\u0430\u0442\u043e\u0440" } |