BlessedNotion

BlessedNotion is nice search app

Vad är BlessedNotion?

BlessedNotion är en Chrome-tillägg utvecklad av https://blessednotion.com, och dess huvudfunktion är "BlessedNotion is nice search app".

Tilläggsskärmbilder

screenshot

Ladda ner BlessedNotion-förlängningens CRX-fil

Ladda ner BlessedNotion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        BlessedNotion is the #1 site and product for Christians!

It features a Christian Blog updated daily with the latest news, opinions, thoughts, insights and voices about Christianity and what we face in today's world.  BlessedNotion also offers news from around the world.                    

Grundläggande Information om Tillägg

Namn BlessedNotion BlessedNotion
ID lnhocpligafaedgidjohnbnfgbgcdpnp
Officiell webbadress https://chromewebstore.google.com/detail/blessednotion/lnhocpligafaedgidjohnbnfgbgcdpnp
Beskrivning BlessedNotion is nice search app
Filstorlek 56.66 KB
Antal Installationer 16
Aktuell Version 0.1.2
Senast Uppdaterad 2016-05-31
Publiceringsdatum 2016-05-31
Utvecklare https://blessednotion.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://blessednotion.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlessedNotion",
    "description": "BlessedNotion is nice search app",
    "version": "0.1.2",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "http:\/\/*.blessednotion.com\/*"
    ],
    "browser_action": {
        "default_icon": "img\/logo.png",
        "default_popup": "popup.html",
        "default_title": "BlessedNotion"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.blessednotion.com\/*"
            ],
            "css": [
                "css\/main.min.css"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/main.min.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "mypage.html"
    }
}