Photon Redlines

Show UI Redlines for Bootstrap 3 pages by Photon

什麼是Photon Redlines?

Photon Redlines是由Mohd. Sheriff開發的Chrome擴展程式,該擴展的主要功能是“Show UI Redlines for Bootstrap 3 pages by Photon”。

擴展截圖

screenshot

下載Photon Redlines擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}