RSS-агрегатор
RSS-агрегатор на основе 'Smart RSS' от Мартина Кадлеца
What is RSS-агрегатор?
RSS-агрегатор is a Chrome extension developed by Артур (webstore developer), and its main feature is "RSS-агрегатор на основе 'Smart RSS' от Мартина Кадлеца".
Extension Screenshots
Download RSS-агрегатор Extension CRX File
Download RSS-агрегатор extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Лёгкий и быстрый RSS-агрегатор. Extension Basic Information
| Name | |
| ID | mfnlknjiipcimlomahgahebhljlajfeg |
| Official URL | 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' от Мартина Кадлеца |
| File Size | 247 KB |
| Installation Count | 448 |
| Current Version | 1.0 |
| Last Updated | 2017-07-03 |
| Publish Date | 2017-07-03 |
| Rating | 4.71/5 Total 14 Ratings |
| Developer | Артур (webstore developer) |
| Payment Type | free |
| Supported Languages | 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"
} | |