Unstyled

Remove styling for links

What is Unstyled?

Unstyled is a Chrome extension developed by Craig MacGregor, and its main feature is "Remove styling for links".

Extension Screenshots

screenshot

Download Unstyled Extension CRX File

Download Unstyled extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to simply ensure that visited links are purple.

Sometimes you want ugly but user friendly links on certain websites. You choose which sites to apply this Unstyle!

How to use it:
1) Navigate to tools => extensions
2) Click options under Styled extension
3) Enter URLs to remove the styling from 

Example: http://site1.com/* (Note the asterisk! It means all pages for this site) 

** UPDATES

0.3
 - Fix issue with saving urls
 - Added color picker to change color of visited URLs

0.2
 - Fix bug with empty urls

0.1
 - Initial release                    

Extension Basic Information

Name Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
Official URL https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
Description Remove styling for links
File Size 67.53 KB
Installation Count 133
Current Version 0.3
Last Updated 2014-07-07
Publish Date 2014-07-07
Rating 5.00/5 Total 3 Ratings
Developer Craig MacGregor
Payment Type free
Extension Website http://allthingscraig.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unstyled",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Remove styling for links",
    "background": {
        "scripts": [
            "lib\/settings.js",
            "lib\/main.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_page": "pages\/options.html"
}