Unstyled

Remove styling for links

什么是Unstyled?

Unstyled是由Craig MacGregor开发的Chrome扩展程序,该扩展的主要功能是“Remove styling for links”。

扩展截图

screenshot

下载Unstyled扩展crx文件

下载Unstyled扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
官方URL https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
简介 Remove styling for links
文件大小 67.53 KB
安装次数 133
当前版本 0.3
更新时间 2014-07-07
上架时间 2014-07-07
评分 5.00/5 共3次评分
开发者 Craig MacGregor
付费类型 free
扩展官网 http://allthingscraig.com
支持的语言 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"
}