Grid Ruler
Create grids and measure their distance easily.
Apa itu Grid Ruler?
Grid Ruler adalah ekstensi Chrome yang dikembangkan oleh tgohn, dan fitur utamanya adalah "Create grids and measure their distance easily.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Grid Ruler
Unduh file ekstensi Grid Ruler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
It allow you to creates vertical and horizontal grids, Photoshop style. It has a ruler to measure distance between your grids too. #How to use: - drag from main vertical/horizontal ruler to create grids. - click on intersection of vertical ruler and horizontal ruler to go into ruler mode. - while in ruler mode, holdkey to get a straight line.
Informasi Dasar Ekstensi
Nama | Grid Ruler |
ID | joadogiaiabhmggdifljlpkclnpfncmj |
URL Resmi | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
Deskripsi | Create grids and measure their distance easily. |
Ukuran File | 283 KB |
Jumlah Instalasi | 176,516 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2014-04-15 |
Tanggal Publikasi | 2014-04-15 |
Penilaian | 3.73/5 Total 323 Penilaian |
Pengembang | tgohn |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tgohn/chrome-ruler |
URL Halaman Bantuan | https://github.com/tgohn/chrome-ruler/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grid Ruler", "version": "0.2.1", "description": "Create grids and measure their distance easily.", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_icon": { "19": "assets\/icon_19.png", "38": "assets\/icon_38.png" }, "default_title": "Grid Ruler" }, "permissions": [ "activeTab" ], "background": { "scripts": [ ".\/src\/chrome\/background.js" ], "persistent": false } } |