Comic Sansation
View the whole web in Comic Sans! The Comic Sansation.
什麼是Comic Sansation?
Comic Sansation是由qwertyman1開發的Chrome擴展程式,該擴展的主要功能是“View the whole web in Comic Sans! The Comic Sansation.”。
擴展截圖
下載Comic Sansation擴展crx文件
下載Comic Sansation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Every page is displayed in Comic Sans. 擴展基本資訊
| 名稱 | |
| ID | abclfinjnggnhfhopdkefpblfikpbcak |
| 官方網址 | https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak |
| 簡介 | View the whole web in Comic Sans! The Comic Sansation. |
| 檔案大小 | 23.07 KB |
| 安裝次數 | 63 |
| 目前版本 | 1.1.1.1117 |
| 更新時間 | 2020-06-25 |
| 上架時間 | 2020-06-24 |
| 評分 | 3.60/5 共 5 次評分 |
| 開發者 | qwertyman1 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://stoic-hawking-3d1aaa.netlify.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"comicsans\/comicsans.css"
],
"js": [
"comicsans\/comicsans.js",
"lib\/ga\/ga.js"
],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
}
],
"background": {
"scripts": []
},
"description": "__MSG_appDesc__",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "1.1.1.1117",
"default_locale": "en",
"icons": {
"128": "comicsans\/logo128.png",
"16": "comicsans\/logo16.png"
},
"permissions": [
"activeTab",
" | |