Open All Trends

Opens all Twitter trends in a new tab with a single click.

Co to jest Open All Trends?

Open All Trends to rozszerzenie Chrome opracowane przez https://klivk.com, a jego główną funkcją jest „Opens all Twitter trends in a new tab with a single click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open All Trends

Pobierz pliki rozszerzeń Open All Trends 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

                        Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open All Trends Open All Trends
ID dgomcbkojfbididkgeaildpcmoehpajo
Oficjalny URL https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo
Opis Opens all Twitter trends in a new tab with a single click.
Rozmiar pliku 38.62 KB
Liczba instalacji 52
Aktualna Wersja 1.0.0.3
Ostatnia Aktualizacja 2013-02-10
Data Publikacji 2013-02-10
Deweloper https://klivk.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://serdar.work/chrome-extensions/privacy-policy.html
Obsługiwane Języki en,tr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/open-all-trends"
}