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"
}