Unstyled

Remove styling for links

Cos'è Unstyled?

Unstyled è un'estensione di Chrome sviluppata da Craig MacGregor, e la sua funzione principale è "Remove styling for links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Unstyled

Scarica i file di estensione Unstyled in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
URL Ufficiale https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
Descrizione Remove styling for links
Dimensione del File 67.53 KB
Conteggio Installazioni 133
Versione Corrente 0.3
Ultimo Aggiornamento 2014-07-07
Data di Pubblicazione 2014-07-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Craig MacGregor
Tipo di Pagamento free
Sito Web dell'Estensione http://allthingscraig.com
Lingue Supportate 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"
}