Referências
Extensão para Referências ABNT 2 - [email protected]
What is Referências?
Referências is a Chrome extension developed by kelciocasemiro, and its main feature is "Extensão para Referências ABNT 2 - [email protected]".
Extension Screenshots
Download Referências Extension CRX File
Download Referências 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
Extensão gratuita para gerenciar as referências bibliográficas retiradas da internet.
Extension Basic Information
Name | |
ID | nhfikfkfggeoahidkgeomkaalcomnffn |
Official URL | https://chrome.google.com/webstore/detail/nhfikfkfggeoahidkgeomkaalcomnffn |
Description | Extensão para Referências ABNT 2 - [email protected] |
File Size | 800 KB |
Installation Count | 2,760 |
Current Version | 3.0.2 |
Last Updated | 2020-02-10 |
Publish Date | 2020-02-10 |
Rating | 4.00/5 Total 4 Ratings |
Developer | kelciocasemiro |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refer\u00eancias", "version": "3.0.2", "description": "Extens\u00e3o para Refer\u00eancias ABNT 2 - [email protected]", "minimum_chrome_version": "1", "background": { "scripts": [ ".\/jquery\/external\/jquery\/jquery.js", "jquery\/jquery-ui.js", ".\/jquery\/jquery.livequery.min.js", "java.js", ".\/background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Refer\u00eancias" }, "permissions": [ "activeTab", "storage", "contextMenus", "notifications" ], "web_accessible_resources": [ "\/imagens\/*", "\/sons\/*", "\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |