Rubrika

Consumă știri responsabil. Ia-ți toate informațiile.

Что такое Rubrika?

Rubrika - это расширение Chrome, разработанное https://rubrika.ro, и его основная функция - "Consumă știri responsabil. Ia-ți toate informațiile.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Rubrika

Скачайте файлы расширений Rubrika в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Rubrika îți pune la dispoziție toate datele despre știrile cu care te întâlnești, așa încât să consumi știri în mod responsabil, atunci când ești pe un website de știri sau îți verifici feed-ul de Facebook. 
Toate datele despre sursele de știri sunt generate conform unui algoritm obiectiv ce îți indică scorul de încredere al domeniului web și alte informații prin care înțelegi contextul mai larg al sursei respective de informare. 
În acest moment, Rubrika monitorizează peste 1500 de siteuri ce publică conținut jurnalistic.                    

Основная информация о расширении

Название Rubrika Rubrika
ID djfkicajooephlfmebeckinidakdichn
Официальный URL https://chromewebstore.google.com/detail/rubrika/djfkicajooephlfmebeckinidakdichn
Описание Consumă știri responsabil. Ia-ți toate informațiile.
Размер файла 446 KB
Количество установок 1,316
Текущая Версия 2.1.3
Последнее Обновление 2019-09-21
Дата публикации 2019-09-21
Рейтинг 3.89/5 Всего 96 оценок
Разработчик https://rubrika.ro
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://rubrika.ro/extensie-browser
URL страницы помощи https://rubrika.ro/contact
URL страницы политики конфиденциальности https://rubrika.ro/politica-de-confidentialitate
Поддерживаемые языки ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rubrika.ro",
    "manifest_version": 2,
    "name": "Rubrika",
    "description": "Consum\u0103 \u0219tiri responsabil. Ia-\u021bi toate informa\u021biile.",
    "version": "2.1.3",
    "homepage_url": "https:\/\/rubrika.ro\/",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "js\/AsyncIterator.js",
                "js\/content-scripts.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Rubrika",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/favico.png",
            "24": "img\/favico.png",
            "19": "img\/favico.png",
            "36": "img\/favico.png",
            "32": "img\/favico.png",
            "48": "img\/favico.png",
            "128": "img\/favico.png"
        }
    },
    "web_accessible_resources": [
        "iframe.html",
        "js\/iframe.js",
        "img\/icon.png"
    ]
}