Worldview Exchange

A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.

Co to jest Worldview Exchange?

Worldview Exchange to rozszerzenie Chrome opracowane przez Worldview Exchange, a jego główną funkcją jest „A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Worldview Exchange

Pobierz pliki rozszerzeń Worldview Exchange w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Worldview Exchange Worldview Exchange
ID alibllehahmnpcfdjgcopcnlioaijpon
Oficjalny URL https://chrome.google.com/webstore/detail/worldview-exchange/alibllehahmnpcfdjgcopcnlioaijpon
Opis A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.
Rozmiar pliku 255 KB
Liczba instalacji 124
Aktualna Wersja 0.0.9
Ostatnia Aktualizacja 2019-01-02
Data Publikacji 2019-01-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Worldview Exchange
Typ Płatności free
Strona Rozszerzenia https://www.worldview.exchange/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Worldview Exchange",
    "description": "A new platform for creating and sharing your own views on the latest news and for discovering the views and ideas of others.",
    "version": "0.0.9",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "page_action": {
        "default_popup": "options.html",
        "default_title": "Worldview Exchange"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/oAuth.js",
            "js\/sha1.js",
            "js\/twitter.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "images\/*",
        "icons\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/bootstrap.min.css",
                "css\/tooltipster.bundle.min.css",
                "css\/tooltipster-sideTip-borderless.min.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.mark.min.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "js\/tooltipster.bundle.min.js",
                "js\/tooltipster-selectableText.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/www.abc.net.au\/news\/*",
                "*:\/\/www.news.com.au\/*",
                "*:\/\/www.theguardian.com\/*",
                "*:\/\/www.9news.com.au\/*",
                "*:\/\/*.nine.com.au\/*",
                "*:\/\/www.sbs.com.au\/news\/*",
                "*:\/\/theconversation.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.abc.net.au\/news\/",
                "*:\/\/www.news.com.au\/",
                "*:\/\/www.theguardian.com\/",
                "*:\/\/www.9news.com.au\/",
                "*:\/\/*.nine.com.au\/",
                "*:\/\/www.sbs.com.au\/news\/",
                "*:\/\/theconversation.com\/",
                "*:\/\/theconversation.com\/au\/"
            ]
        },
        {
            "matches": [
                "*:\/\/www.worldview.exchange\/*"
            ],
            "js": [
                "session.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "tabs",
        "storage",
        "https:\/\/api.twitter.com\/*",
        "https:\/\/upload.twitter.com\/*",
        "https:\/\/use.fontawesome.com\/*",
        "cookies",
        "*:\/\/*.worldview.exchange\/*",
        "*:\/\/worldview.exchange\/*",
        "http:\/\/localhost:8000\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}