Flatit
A modern styling for reddit.
什麼是Flatit?
Flatit是由Will Hitchcock開發的Chrome擴展程式,該擴展的主要功能是“A modern styling for reddit.”。
擴展截圖
下載Flatit擴展crx文件
下載Flatit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Flatit subtly cleans up unnecessary noise in the reddit interface while maintaining the same reddit feel that you have grown to love.
Works well with RES. 擴展基本資訊
| 名稱 | |
| ID | blkfjcojlgcgillkmcaahalnnibhkpdl |
| 官方網址 | https://chromewebstore.google.com/detail/flatit/blkfjcojlgcgillkmcaahalnnibhkpdl |
| 簡介 | A modern styling for reddit. |
| 檔案大小 | 44.57 KB |
| 安裝次數 | 208 |
| 目前版本 | 1.0 |
| 更新時間 | 2013-08-12 |
| 上架時間 | 2013-08-12 |
| 評分 | 3.90/5 共 21 次評分 |
| 開發者 | Will Hitchcock |
| 付費類型 | free |
| 擴展官網 | https://github.com/hitchcockwill/flat-reddit |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Flatit",
"version": "1.0",
"description": "A modern styling for reddit.",
"icons": {
"48": "img\/flat-reddit-icon-48.png",
"128": "img\/flat-reddit-icon.png"
},
"content_scripts": [
{
"css": [
"css\/config.css"
],
"matches": [
"http:\/\/www.reddit.com\/*"
],
"run_at": "document_start"
},
{
"css": [
"css\/style.css"
],
"js": [
"js\/jquery.min.js",
"js\/script.js"
],
"matches": [
"http:\/\/www.reddit.com\/*",
"https:\/\/ssl.reddit.com\/*"
],
"run_at": "document_start"
},
{
"css": [
"css\/res.css"
],
"matches": [
"http:\/\/www.reddit.com\/*",
"https:\/\/ssl.reddit.com\/*"
],
"run_at": "document_idle"
}
]
} | |