Unstyled

Remove styling for links

Unstyled là gì?

Unstyled là một tiện ích mở rộng Chrome được phát triển bởi Craig MacGregor, và tính năng chính của nó là "Remove styling for links".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unstyled

Tải xuống các tệp mở rộng Unstyled dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
URL Chính Thức https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
Mô tả Remove styling for links
Kích Thước Tệp 67.53 KB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-07-07
Ngày Phát Hành 2014-07-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Craig MacGregor
Loại Thanh Toán free
Trang Web Mở Rộng http://allthingscraig.com
Ngôn Ngữ Được Hỗ Trợ 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"
}