Unstyled

Remove styling for links

Co to jest Unstyled?

Unstyled to rozszerzenie Chrome opracowane przez Craig MacGregor, a jego główną funkcją jest „Remove styling for links”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unstyled

Pobierz pliki rozszerzeń Unstyled w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
Oficjalny URL https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
Opis Remove styling for links
Rozmiar pliku 67.53 KB
Liczba instalacji 133
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2014-07-07
Data Publikacji 2014-07-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Craig MacGregor
Typ Płatności free
Strona Rozszerzenia http://allthingscraig.com
Obsługiwane Języki 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"
}