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
官方網址 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"
}