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 |
| 公式URL | 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"
}
]
} | |