Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Comic Sans Scare là gì?
Comic Sans Scare là một tiện ích mở rộng Chrome được phát triển bởi DesignUXUI, và tính năng chính của nó là "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Comic Sans Scare
Tải xuống các tệp mở rộng Comic Sans Scare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enemmajghcoelaldneaemhkcbheajpod |
URL Chính Thức | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
Mô tả | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2014-10-31 |
Ngày Phát Hành | 2014-10-31 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | DesignUXUI |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |