SpacingJS
Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.
Τι είναι το SpacingJS;
Το SpacingJS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://spacingjs.com, και η κύρια λειτουργία του είναι "Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SpacingJS
Λήψη αρχείων επέκτασης SpacingJS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Measure the spacing between elements on webpage.
How to use:
1. Move the mouse cursor to one element and hold down Alt (Windows) / Option (Mac) key.
2. Move the mouse cursor to another element.
What's new:
=== 1.0.7 ===
- Hold down with the Shift key will delay the dismiss of measurement results, so that we can take screenshots easier. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fhjegjndanjcamfldhenjnhnjheecgcc |
| Επίσημο URL | https://chromewebstore.google.com/detail/spacingjs/fhjegjndanjcamfldhenjnhnjheecgcc |
| Περιγραφή | Measure the spacing between elements on webpage. Hold down Alt (Windows) / Option (Mac) key, and move the cursor. |
| Μέγεθος Αρχείου | 12.37 KB |
| Αριθμός Εγκαταστάσεων | 1,548 |
| Τρέχουσα Έκδοση | 1.0.7 |
| Τελευταία Ενημέρωση | 2021-11-16 |
| Ημερομηνία Δημοσίευσης | 2021-11-12 |
| Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
| Προγραμματιστής | https://spacingjs.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://spacingjs.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://spacingjs.com |
| URL της Σελίδας Πολιτικής Απορρήτου | https://stevenlei.notion.site/Spacing-JS-Privacy-Policy-692f39a775e34575bd047bafff51ff9a |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SpacingJS",
"version": "1.0.7",
"action": [],
"description": "Measure the spacing between elements on webpage. Hold down Alt (Windows) \/ Option (Mac) key, and move the cursor.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Steven Lei",
"homepage_url": "https:\/\/spacingjs.com",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
}
} | |