Linetef

Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…

Linetefとは何ですか?

LinetefはNicolás Tinteによって開発されたChromeの拡張機能で、その主な機能は「Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…」です。

拡張機能のスクリーンショット

screenshot
screenshot

Linetef拡張機能のCRXファイルをダウンロード

Linetef拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or check the distance between them.

Features:
- Create guides in the screen in order to measure elements (both horizontal and vertical guides).
- See the distances between elements (or measures) in pixels or percentage mode.
- See the viewport size (width x height).
- Select the color of the created guides.
- Choose the position of the rulers (top/bottom and left/right of the screen).
- Show/hide the whole extension.
- Show/hide the distances between elements (useful if you just want to see if some elements are aligned).
- Show/hide the viewport size

And it also provides some shortcuts!
- Show/hide extension: [ctrl + shift + O]
- Show/hide distances: [ctrl + shift + D]
- Show/hide viewport: [ctrl + shift + V]
- Toggle between modes: [ctrl + shift + M]
- Delete guide: [Grab a guide + del]
- Delete all guides: [ctrl + del]
- Reset configs: [ctrl + R]
- Change horizontal ruler position: [ctrl + shift + T/B]
- Change vertical ruler position: [ctrl + shift + L/R]                    

拡張機能の基本情報

名前 Linetef Linetef
ID gbfhinhmeankiibbmnapdehibcdcbgef
公式URL https://chromewebstore.google.com/detail/linetef/gbfhinhmeankiibbmnapdehibcdcbgef
説明 Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…
ファイルサイズ 173 KB
インストール数 2,055
現在のバージョン 0.2.1
最終更新日 2020-04-07
公開日 2020-04-06
評価 4.70/5 合計 10 レビュー
開発者 Nicolás Tinte
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tintef/linetef
ヘルプページのURL https://github.com/tintef/linetef/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linetef",
    "description": "",
    "version": "0.2.1",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Linetef",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}