Search URL on Twitter
Search how people mentioning about the page on Twitter
Что такое Search URL on Twitter?
Search URL on Twitter - это расширение Chrome, разработанное tnj, и его основная функция - "Search how people mentioning about the page on Twitter".
Снимки экрана расширения
Скачать файл CRX расширения Search URL on Twitter
Скачайте файлы расширений Search URL on Twitter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        Search the page you are viewing on Twitter to see how people mentioning like, just a click away.                     Основная информация о расширении
| Название |   |  
| ID | afpbehmhepnibneenbpakilpelfhlcld | 
| Официальный URL | https://chromewebstore.google.com/detail/search-url-on-twitter/afpbehmhepnibneenbpakilpelfhlcld | 
| Описание | Search how people mentioning about the page on Twitter | 
| Размер файла | 13.76 KB | 
| Количество установок | 47 | 
| Текущая Версия | 0.1.3 | 
| Последнее Обновление | 2019-12-28 | 
| Дата публикации | 2019-12-24 | 
| Разработчик | tnj | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search URL on Twitter",
    "version": "0.1.3",
    "description": "Search how people mentioning about the page on Twitter",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "Search URL on Twitter",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}  |  |