Open All Trends

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

Что такое Open All Trends?

Open All Trends - это расширение Chrome, разработанное https://klivk.com, и его основная функция - "Opens all Twitter trends in a new tab with a single click.".

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

screenshot

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

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

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

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

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

Название Open All Trends Open All Trends
ID dgomcbkojfbididkgeaildpcmoehpajo
Официальный URL https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo
Описание Opens all Twitter trends in a new tab with a single click.
Размер файла 38.62 KB
Количество установок 52
Текущая Версия 1.0.0.3
Последнее Обновление 2013-02-10
Дата публикации 2013-02-10
Разработчик https://klivk.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://serdar.work/chrome-extensions/privacy-policy.html
Поддерживаемые языки 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"
}