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」です。
拡張機能のスクリーンショット
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 |
ID | gekpeobpiilbboimdmbgfjndlmogepcj |
公式URL | 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 |
Eメール | [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" } |