Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Co to jest Comic Sans Scare?
Comic Sans Scare to rozszerzenie Chrome opracowane przez DesignUXUI, a jego główną funkcją jest „Scare your friends by turning all their pages into... Comic Sans, ooOOOooo”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Comic Sans Scare
Pobierz pliki rozszerzeń Comic Sans Scare 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
Have some fun scaring your designer friends with this extension. Here is how: 1. While they are away from their computer, discreetly install this extension 2. Watch as all the fonts on every site they visit turns to Comic Sans
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | enemmajghcoelaldneaemhkcbheajpod |
Oficjalny URL | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
Opis | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
Rozmiar pliku | 164 KB |
Liczba instalacji | 87 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2014-10-31 |
Data Publikacji | 2014-10-31 |
Ocena | 4.71/5 Łącznie 7 Oceny |
Deweloper | DesignUXUI |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Scare", "version": "1", "manifest_version": 2, "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo", "homepage_url": "http:\/\/www.uitogether.com", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Comic Sans Scare" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |