Crosspixel

Allows to place image above page for creating pixel-perfect HTML markup.

Crosspixel क्या है?

Crosspixel Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows to place image above page for creating pixel-perfect HTML markup."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Crosspixel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        1. Click extension's icon
2. If design.png exists, it will be placed over the page.
3. If there is no design.png file, just drag and drop image onto the page – image will be placed over.
4. To change opacity use left click and right click.
5. To remove image placed over page, click extension's icon.

Image is centered horizontally on a blue translucent background. The width of the superimposed image in pixels displayed in the Developer Tools console. Change the width of the window is conveniently with Developer Tools enabled - in this case in the upper right corner shows the size of the window in pixels.                    

एक्सटेंशन की मूल जानकारी

नाम Crosspixel Crosspixel
ID knndpgclbncldfjdpiikkpfkfhepddco
आधिकारिक URL https://chromewebstore.google.com/detail/crosspixel/knndpgclbncldfjdpiikkpfkfhepddco
विवरण Allows to place image above page for creating pixel-perfect HTML markup.
फ़ाइल का आकार 11.57 KB
स्थापना संख्या 56
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2014-03-13
प्रकाशन तिथि 2014-03-13
रेटिंग 1.00/5 कुल 3 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/aishek/crosspixel
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crosspixel",
    "version": "0.0.1",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/enabled.png"
        },
        "default_title": "__MSG_toggle__"
    }
}