Pelican
Minimal and Focused versison of Facebook!
Pelicanとは何ですか?
PelicanはCapsule Corpによって開発されたChromeの拡張機能で、その主な機能は「Minimal and Focused versison of Facebook!」です。
拡張機能のスクリーンショット
Pelican拡張機能のCRXファイルをダウンロード
Pelican拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Focus mode You can toggle in the popup to have a Focused version of Facebook. - Removes Timeline and loads an image from unsplash.com in its place. - Motivates you to work with quotes - Removes Notifications and Messages. Why ? When you want you work and just make a post or send someone a message on Facebook. Use Focus mode. Minimal Mode You can toggle in the popup to have a minimal version of Facebook. - Only keeps news feed - Chatting and reading timeline is what people send most of the time in. Why read Unwanted things.
拡張機能の基本情報
名前 | |
ID | kpnklhhobpobgfklmnilcijcejpddhjc |
公式URL | https://chrome.google.com/webstore/detail/pelican/kpnklhhobpobgfklmnilcijcejpddhjc |
説明 | Minimal and Focused versison of Facebook! |
ファイルサイズ | 2.71 MB |
インストール数 | 86 |
現在のバージョン | 1.5 |
最終更新日 | 2018-04-07 |
公開日 | 2018-04-07 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Capsule Corp |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pelican", "version": "1.5", "manifest_version": 2, "description": "Minimal and Focused versison of Facebook!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "assets\/js\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Pelican Facebook", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "style_facebook.js", "js\/jquery.min.js", "js\/on-off-switch.js", "js\/on-off-switch-onload.js" ] } ] } |