Array de Objetos
Extensão do blog Array de Objetos
What is Array de Objetos?
Array de Objetos is a Chrome extension developed by http://arraydeobjetos.com.br, and its main feature is "Extensão do blog Array de Objetos".
Extension Screenshots
Download Array de Objetos Extension CRX File
Download Array de Objetos 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
Fique por dentro dos últimos artigos postados nos mais diversos blogs de programação
Extension Basic Information
Name | |
ID | ghmjnhphiheipldkeoliighjpmggkjhb |
Official URL | https://chrome.google.com/webstore/detail/array-de-objetos/ghmjnhphiheipldkeoliighjpmggkjhb |
Description | Extensão do blog Array de Objetos |
File Size | 19.52 KB |
Installation Count | 79 |
Current Version | 1.0.0 |
Last Updated | 2019-04-04 |
Publish Date | 2019-04-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://arraydeobjetos.com.br |
[email protected] | |
Payment Type | free |
Extension Website | https://arraydeobjetos.com.br |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Array de Objetos", "description": "Extens\u00e3o do blog Array de Objetos", "author": "Jo\u00e3o Paulo Hildebrand Landino", "browser_action": { "default_title": "Array de Objetos", "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icon-16x16.png", "32": "icon-32x32.png", "72": "icon-72x72.png", "128": "icon-128x128.png" } } |