Unstyled

Remove styling for links

Qu'est-ce que Unstyled ?

Unstyled est une extension Chrome développée par Craig MacGregor, et sa fonction principale est "Remove styling for links".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unstyled

Téléchargez les fichiers d'extension Unstyled au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
URL Officiel https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
Description Remove styling for links
Taille du Fichier 67.53 KB
Nombre d'Installations 133
Version Actuelle 0.3
Dernière Mise à Jour 2014-07-07
Date de Publication 2014-07-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur Craig MacGregor
Type de Paiement free
Site Web de l'Extension http://allthingscraig.com
Langues Prises en Charge 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"
}