Disguise and simplify

Simplify the looks of a website for easy reading and copying.

Disguise and simplify क्या है?

Disguise and simplify Odel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify the looks of a website for easy reading and copying."।

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

screenshot

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

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

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

                        Disguise the appearance of a website, whether for easy reading, copying or privacy purposes. This extension will do:

1. Change the background color of the page to black.
2. Change the texts color to white and the links to green.
3. Make the page editable.
4. Change the window title.
5. It should also change the Favicon.


1.4 update:

- Fixed Favicon not working on some sites.

1.5 update:

- Removed unnecessary permission.


TODO (if more people use this extension):

- Allow the users to change the colors via settings.
- Allow the users to change whatever window title they want.
- Allow the users to change whatever Favicon they want.                    

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

नाम Disguise and simplify Disguise and simplify
ID lnmojiemkoenibcigngekpbfafbgnkgj
आधिकारिक URL https://chromewebstore.google.com/detail/disguise-and-simplify/lnmojiemkoenibcigngekpbfafbgnkgj
विवरण Simplify the looks of a website for easy reading and copying.
फ़ाइल का आकार 11.87 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.5
अंतिम अपडेट 2017-01-06
प्रकाशन तिथि 2017-01-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Odel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "simplehan.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/delgreg19.png",
        "default_popup": "popup.html",
        "default_title": "Simplify"
    },
    "description": "Simplify the looks of a website for easy reading and copying.",
    "icons": {
        "48": "icons\/delgreg48.png"
    },
    "manifest_version": 2,
    "name": "Disguise and simplify",
    "permissions": [
        "activeTab"
    ],
    "version": "1.5",
    "web_accessible_resources": [
        "icons\/favicon.png"
    ]
}