Pelican
Minimal and Focused versison of Facebook!
Pelican क्या है?
Pelican Capsule Corp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimal and Focused versison of Facebook!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pelican एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } ] } |