Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
什麼是Comic Sans Scare?
Comic Sans Scare是由DesignUXUI開發的Chrome擴展程式,該擴展的主要功能是“Scare your friends by turning all their pages into... Comic Sans, ooOOOooo”。
擴展截圖
下載Comic Sans Scare擴展crx文件
下載Comic Sans Scare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | enemmajghcoelaldneaemhkcbheajpod |
官方網址 | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
簡介 | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
檔案大小 | 164 KB |
安裝次數 | 87 |
目前版本 | 1 |
更新時間 | 2014-10-31 |
上架時間 | 2014-10-31 |
評分 | 4.71/5 共 7 次評分 |
開發者 | DesignUXUI |
付費類型 | free |
支援的語言 | 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" ] } ] } |