Smart pixel rulers

Provides an on-screen rulers along with their coordinates on a web page

Wat is Smart pixel rulers?

Smart pixel rulers is een Chrome-extensie ontwikkeld door sidorovsky370, en de belangrijkste functie is "Provides an on-screen rulers along with their coordinates on a web page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Smart pixel rulers

Download Smart pixel rulers-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

                                            

Basisinformatie over de Extensie

Naam Smart pixel rulers Smart pixel rulers
ID olmehnjalgilmahpjcbnonfpogokfdbk
Officiële URL https://chrome.google.com/webstore/detail/smart-pixel-rulers/olmehnjalgilmahpjcbnonfpogokfdbk
Beschrijving Provides an on-screen rulers along with their coordinates on a web page
Bestandsgrootte 17.7 KB
Aantal Installaties 2,000
Huidige Versie 0.0.2
Laatst Bijgewerkt 2015-11-18
Publicatiedatum 2015-11-18
Beoordeling 2.88/5 Totaal 8 Beoordelingen
Ontwikkelaar sidorovsky370
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart pixel rulers",
    "description": "Provides an on-screen rulers along with their coordinates on a web page",
    "version": "0.0.2",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Smart pixel rulers",
        "default_icon": "icons\/active.png"
    },
    "manifest_version": 2
}