NapiHelper
Pobieraj napisy z katalogu NapiProjekt bez instalowania zewnętrznych programów.
What is NapiHelper?
NapiHelper is a Chrome extension developed by Unknown, and its main feature is "Pobieraj napisy z katalogu NapiProjekt bez instalowania zewnętrznych programów.".
Extension Screenshots
Download NapiHelper Extension CRX File
Download NapiHelper 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
Extension Basic Information
Name | NapiHelper |
ID | jebnegelidgapoglopbhcmadcjhgegic |
Official URL | https://chromewebstore.google.com/detail/napihelper/jebnegelidgapoglopbhcmadcjhgegic |
Description | Pobieraj napisy z katalogu NapiProjekt bez instalowania zewnętrznych programów. |
File Size | 10.38 KB |
Installation Count | 58 |
Current Version | 0.1.1 |
Last Updated | 2017-10-07 |
Publish Date | 2017-10-07 |
Developer | Unknown |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NapiHelper", "description": "Pobieraj napisy z katalogu NapiProjekt bez instalowania zewn\u0119trznych program\u00f3w.", "version": "0.1.1", "manifest_version": 2, "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "64": "src\/icons\/icon64.png", "128": "src\/icons\/icon128.png" }, "permissions": [ "*:\/\/*.napiprojekt.pl\/*" ], "content_scripts": [ { "js": [ "src\/links.js" ], "matches": [ "*:\/\/*.napiprojekt.pl\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "src\/download.html" ] } |