Pocetna
Quick Launch Website pocetna.net
What is Pocetna?
Pocetna is a Chrome extension developed by pocetnanet, and its main feature is "Quick Launch Website pocetna.net".
Extension Screenshots
Download Pocetna Extension CRX File
Download Pocetna extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"Pocetna" is google chrome extension for website "pocetna.net". Goal of website "pocetna.net" is to give the user access to most important websites in countries of former Yugoslavia (Serbia, Croatia, Bosnia and Herzegovina and Montenegro). With our chrome extension, user can set "pocetna.net" to be his homepage and have even quicker access to websites that "pocetna.net" index.
Extension Basic Information
Name | |
ID | lehfaoojecmdkdolnkgeobnlgfdcoklj |
Official URL | https://chrome.google.com/webstore/detail/pocetna/lehfaoojecmdkdolnkgeobnlgfdcoklj |
Description | Quick Launch Website pocetna.net |
File Size | 432 KB |
Installation Count | 629 |
Current Version | 1.0.0 |
Last Updated | 2019-03-21 |
Publish Date | 2019-03-21 |
Rating | 4.33/5 Total 3 Ratings |
Developer | pocetnanet |
Payment Type | free |
Extension Website | http://pocetna.net/ |
Supported Languages | sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pocetna", "description": "Quick Launch Website pocetna.net", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "chrome_url_overrides": { "newtab": "pocetna.html" } } |