Pigeon

The messenger pigeon for your favorite sources.

Pigeon क्या है?

Pigeon ffstudios1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The messenger pigeon for your favorite sources."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pigeon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pigeon is the new way to get your news fix. Every new tab will present you with a gorgeous picture and a quote/headline from a source of your choosing. 

When something catches your eye, hit check it out and off and away! You are reading in on this sweet sweet article.  

Let Pigeon take your new tab game to the next level.                    

एक्सटेंशन की मूल जानकारी

नाम Pigeon Pigeon
ID ffmghjjkglnclocijfebfhciooaaklog
आधिकारिक URL https://chrome.google.com/webstore/detail/pigeon/ffmghjjkglnclocijfebfhciooaaklog
विवरण The messenger pigeon for your favorite sources.
फ़ाइल का आकार 15.8 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-12-21
प्रकाशन तिथि 2016-12-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ffstudios1
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dave4506.github.io/pigeon/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pigeon",
    "author": "Download Horizons",
    "description": "The messenger pigeon for your favorite sources.",
    "version": "1.1",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    }
}