BulletinBoard HomePage

A bulletin board with a small todo list and image to be used as a homepage.

BulletinBoard HomePage क्या है?

BulletinBoard HomePage Dylan Williams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bulletin board with a small todo list and image to be used as a homepage."।

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

screenshot
screenshot

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

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

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

                        BulletinBoard HomePage creates your own personal bulletin board in Chrome to keep track of important tasks and mark them off as you complete them. Also included is the ability to pin an image of your choice alongside your to-do list. Get organized and motivated with your own BulletinBoard HomePage.                    

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

नाम BulletinBoard HomePage BulletinBoard HomePage
ID efinnibbiiodekjlfbjiobnphegflmoj
आधिकारिक URL https://chromewebstore.google.com/detail/bulletinboard-homepage/efinnibbiiodekjlfbjiobnphegflmoj
विवरण A bulletin board with a small todo list and image to be used as a homepage.
फ़ाइल का आकार 945 KB
स्थापना संख्या 374
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-12-10
प्रकाशन तिथि 2012-12-09
डेवलपर Dylan Williams
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BulletinBoard HomePage",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A bulletin board with a small todo list and image to be used as a homepage.",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}