BlessedNotion
BlessedNotion is nice search app
Wat is BlessedNotion?
BlessedNotion is een Chrome-extensie ontwikkeld door https://blessednotion.com, en de belangrijkste functie is "BlessedNotion is nice search app".
Extensie Screenshots
Download het CRX-bestand van de extensie BlessedNotion
Download BlessedNotion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | BlessedNotion |
ID | lnhocpligafaedgidjohnbnfgbgcdpnp |
Officiële URL | https://chromewebstore.google.com/detail/blessednotion/lnhocpligafaedgidjohnbnfgbgcdpnp |
Beschrijving | BlessedNotion is nice search app |
Bestandsgrootte | 56.66 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2016-05-31 |
Publicatiedatum | 2016-05-31 |
Ontwikkelaar | https://blessednotion.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://blessednotion.com/ |
Ondersteunde Talen | 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" } } |