1px: Simple ruler

A simple ruler for measuring the size of blocks on a page

什麼是1px: Simple ruler?

1px: Simple ruler是由Nevzilya開發的Chrome擴展程式,該擴展的主要功能是“A simple ruler for measuring the size of blocks on a page”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載1px: Simple ruler擴展crx文件

下載1px: Simple ruler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can measure the size of any element (width and height). To exit, press the ' ESC ' button or the extension button.
Perhaps in the future some more useful functions will be added, but now only such functionality.                    

擴展基本資訊

名稱 1px: Simple ruler 1px: Simple ruler
ID gekpeobpiilbboimdmbgfjndlmogepcj
官方網址 https://chromewebstore.google.com/detail/1px-simple-ruler/gekpeobpiilbboimdmbgfjndlmogepcj
簡介 A simple ruler for measuring the size of blocks on a page
檔案大小 22.13 KB
安裝次數 9,004
目前版本 1.0.1
更新時間 2021-08-04
上架時間 2021-07-11
評分 3.55/5 共 11 次評分
開發者 Nevzilya
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://notepad-online.ru/privacy.html
支援的語言 en,ru
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "ico_16_mono.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}