rel nofollow
Put a dotted red border around nofollow links
Co to jest rel nofollow?
rel nofollow to rozszerzenie Chrome opracowane przez zellous.design, a jego główną funkcją jest „Put a dotted red border around nofollow links”.
Pobierz plik CRX rozszerzenia rel nofollow
Pobierz pliki rozszerzeń rel nofollow 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
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Oficjalny URL | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Opis | Put a dotted red border around nofollow links |
Rozmiar pliku | 54.78 KB |
Liczba instalacji | 191 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-07-15 |
Data Publikacji | 2016-07-15 |
Deweloper | zellous.design |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rel nofollow", "description": "Put a dotted red border around nofollow links", "version": "1.0.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |