WireFont

A tool for replacing text on a webpage with a wireframe like font

WireFont क्या है?

WireFont john.curtis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for replacing text on a webpage with a wireframe like font"।

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

screenshot

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

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

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

                        A simple plugin to change the font on the screen to several wireframe like fonts. This makes it easy to change browser designs in to wireframe concepts. 





Font source: 
https://github.com/christiannaths/Redacted-Font                    

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

नाम WireFont WireFont
ID pbmfcgcjbkjiklcblffbebcndlelgabi
आधिकारिक URL https://chrome.google.com/webstore/detail/wirefont/pbmfcgcjbkjiklcblffbebcndlelgabi
विवरण A tool for replacing text on a webpage with a wireframe like font
फ़ाइल का आकार 113 KB
स्थापना संख्या 111
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2015-02-03
प्रकाशन तिथि 2015-02-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर john.curtis
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://quotient.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WireFont",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "A tool for replacing text on a webpage with a wireframe like font",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "FontFix",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}