Kmeta.bg
ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ
Wat is Kmeta.bg?
Kmeta.bg is een Chrome-extensie ontwikkeld door http://kmeta.bg, en de belangrijkste functie is "ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ".
Extensie Screenshots
Download het CRX-bestand van de extensie Kmeta.bg
Download Kmeta.bg-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
ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ
Basisinformatie over de Extensie
Naam | |
ID | hbjkgmiamdapcegbooaljgbgdpiojmmm |
Officiële URL | https://chrome.google.com/webstore/detail/kmetabg/hbjkgmiamdapcegbooaljgbgdpiojmmm |
Beschrijving | ПОРТАЛЪТ НА БЪЛГАРСКИТЕ ОБЩИНИ |
Bestandsgrootte | 105 KB |
Aantal Installaties | 44 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2014-12-19 |
Publicatiedatum | 2014-12-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://kmeta.bg |
Betalingswijze | free |
Ondersteunde Talen | bg |
manifest.json | |
{ "browser_action": { "default_icon": "icon16x16.png", "default_popup": "index.html" }, "description": "\u041f\u041e\u0420\u0422\u0410\u041b\u042a\u0422 \u041d\u0410 \u0411\u042a\u041b\u0413\u0410\u0420\u0421\u041a\u0418\u0422\u0415 \u041e\u0411\u0429\u0418\u041d\u0418", "icons": { "128": "icon16x16.png", "16": "icon16x16.png", "32": "icon16x16.png", "48": "icon16x16.png" }, "manifest_version": 2, "name": "Kmeta.bg", "permissions": [ "tabs", "notifications", "http:\/\/www.kmeta.bg\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*.kmeta.bg\/*" ], "js": [ "jquery-1.11.0.min.js", "installed.js" ], "run_at": "document_start" } ] } |