ruler
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
Wat is ruler?
ruler is een Chrome-extensie ontwikkeld door Ian Remmel, en de belangrijkste functie is "Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.".
Extensie Screenshots
Download het CRX-bestand van de extensie ruler
Download ruler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware.
Basisinformatie over de Extensie
Naam | ![]() |
ID | cnpednncpilbojdmhpjhoakknbboanln |
Officiële URL | https://chrome.google.com/webstore/detail/ruler/cnpednncpilbojdmhpjhoakknbboanln |
Beschrijving | Simple tool for measuring arbitrary parts of a page. Does not and will never contain adware. |
Bestandsgrootte | 38.42 KB |
Aantal Installaties | 573 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2019-04-01 |
Publicatiedatum | 2019-04-01 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ian Remmel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.0.3", "description": "__MSG_appDescription__", "author": "Ian Remmel", "default_locale": "en", "permissions": [ "activeTab" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "ruler" }, "manifest_version": 2 } |