Redmine Tools
What is Redmine Tools?
Redmine Tools is a Chrome extension developed by Nguyễn Việt Dũng, and its main feature is "[email protected]".
Extension Screenshots
Download Redmine Tools Extension CRX File
Download Redmine Tools 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
Make your Redmine to useful
Extension Basic Information
Name | |
ID | knkfnmfopckodnfadidamneoacggcccp |
Official URL | https://chrome.google.com/webstore/detail/redmine-tools/knkfnmfopckodnfadidamneoacggcccp |
Description | [email protected] |
File Size | 257 KB |
Installation Count | 53 |
Current Version | 1.0.0.1 |
Last Updated | 2019-05-30 |
Publish Date | 2019-05-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Nguyễn Việt Dũng |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redmine Tools", "short_name": "RT", "version": "1.0.0.1", "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "64": "images\/icon.64.png", "128": "images\/icon.128.png" }, "description": "[email protected]", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "libs\/jquery-3.3.1.min.js", "jquery-ui.js", "content.js" ] } ], "permissions": [ "activeTab", "storage" ], "manifest_version": 2 } |