Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

Что такое Awesome View Source Button?

Awesome View Source Button - это расширение Chrome, разработанное https://upway2late.com, и его основная функция - "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Awesome View Source Button

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

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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

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

Название Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
Официальный URL https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Описание Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
Размер файла 34.1 KB
Количество установок 960
Текущая Версия 1.2.0.0
Последнее Обновление 2016-09-22
Дата публикации 2016-09-22
Рейтинг 3.38/5 Всего 13 оценок
Разработчик https://upway2late.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.upway2late.com/projects/buttons-project
URL страницы помощи http://www.upway2late.com/projects/buttons-project
URL страницы политики конфиденциальности http://www.upway2late.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}