Photon Redlines

Show UI Redlines for Bootstrap 3 pages by Photon

Что такое Photon Redlines?

Photon Redlines - это расширение Chrome, разработанное Mohd. Sheriff, и его основная функция - "Show UI Redlines for Bootstrap 3 pages by Photon".

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

screenshot

Скачать файл CRX расширения Photon Redlines

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

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

                        Toggle view of grid-lines and add-guidelines for Bootstrap 3 pages.  Open any page with Bootstrap 3 included and click Photon Redlines to show the grid and add guidelines.

+ To add guidelines, click and drag horizontally or vertically and you will see the guideline appearing.  Release drag to place them comfortable.
+ To calculate distance values between two guidelines, place the first guideline and drag the second in the same direction.
+ Once you place the second guideline, its distance (horizontally or vertically, in pixels) will be added.
+ Double click to clear all guidelines and distance values.
+ Click Photon Redlines again to hide the grid-lines and guide-lines.                    

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

Название Photon Redlines Photon Redlines
ID jecibojeknlmmaihekokjignljgapgek
Официальный URL https://chrome.google.com/webstore/detail/photon-redlines/jecibojeknlmmaihekokjignljgapgek
Описание Show UI Redlines for Bootstrap 3 pages by Photon
Размер файла 92.97 KB
Количество установок 248
Текущая Версия 1.1.0
Последнее Обновление 2014-07-07
Дата публикации 2014-07-07
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Mohd. Sheriff
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photon Redlines",
    "description": "Show UI Redlines for Bootstrap 3 pages by Photon",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "Show UI Redlines by Photon"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/redlines.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ]
}