Compartir
Comparte la página web actual.
What is Compartir?
Compartir is a Chrome extension developed by Iván Barcia, and its main feature is "Comparte la página web actual.".
Extension Screenshots
Download Compartir Extension CRX File
Download Compartir 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
Botón para compartir en Twitter, Facebook y Google+.
Extension Basic Information
Name | |
ID | halfchdejkcaigbplnnanogckofomdmi |
Official URL | https://chrome.google.com/webstore/detail/compartir/halfchdejkcaigbplnnanogckofomdmi |
Description | Comparte la página web actual. |
File Size | 84.03 KB |
Installation Count | 256 |
Current Version | 0.1 |
Last Updated | 2014-06-02 |
Publish Date | 2014-06-02 |
Rating | 4.00/5 Total 12 Ratings |
Developer | Iván Barcia |
[email protected] | |
Payment Type | free |
Extension Website | http://ivarcia.github.io/Compartir-Chrome |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compartir", "description": "Comparte la p\u00e1gina web actual.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "permissions": [ "tabs" ] } |