Protractor

Easily measure angles in your browser window.

Cos'è Protractor?

Protractor è un'estensione di Chrome sviluppata da ben.burlingham, e la sua funzione principale è "Easily measure angles in your browser window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Protractor

Scarica i file di estensione Protractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Move the two guides around to accurately match any vertex.

Customize precision, units, colors, and more.

The protractor can be easily resized, nudged, locked, and rotated. 

Code is open source on Github.                    

Informazioni di Base sull'Estensione

Nome Protractor Protractor
ID kpjldaeddnfokhmgdlmpdlecmobaonnj
URL Ufficiale https://chromewebstore.google.com/detail/protractor/kpjldaeddnfokhmgdlmpdlecmobaonnj
Descrizione Easily measure angles in your browser window.
Dimensione del File 74.37 KB
Conteggio Installazioni 158,432
Versione Corrente 4.0.1
Ultimo Aggiornamento 2024-01-14
Data di Pubblicazione 2020-01-23
Valutazione 4.19/5 Totale 97 Valutazioni
Sviluppatore ben.burlingham
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.benburlingham.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Protractor",
    "short_name": "Protractor",
    "version": "4.0.1",
    "description": "Easily measure angles in your browser window.",
    "icons": {
        "16": "images\/icon16-on.png",
        "48": "images\/icon48-on.png",
        "128": "images\/icon128-on.png"
    },
    "action": {
        "default_title": "Protractor"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/sprite-buttons.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}