CollectiveApp

Gathering best pictures from the web.

¿Qué es CollectiveApp?

CollectiveApp es una extensión de Chrome desarrollada por Rahul Chandra, y su función principal es "Gathering best pictures from the web.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CollectiveApp

Descarga archivos de extensión CollectiveApp en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Get inspired by amazing landscapes from around the world, the cutest animals, striking portraits and awe-inspiring architecture.…
Get inspired by amazing landscapes from around the world, the cutest animals, striking portraits and awe-inspiring architecture. 500px Chrome app allows you to elegantly showcase your best photos, browse inspiring photos from all over the world, and share them with your friends and family.

A bookmarks sidebar. It looks slick, has bookmarks search and remembers the last opened folders and scroll position. It is also one of the most keyboard-accessible extensions.

CollectiveApp Chrome app features:

- Instagram beta
∞ Most inspiring photos on the planet
∞ Browse Popular, Editors Choice, Upcoming and Fresh
∞ Tap to view photos full screen                    

Información Básica de la Extensión

Nombre CollectiveApp CollectiveApp
ID nfcimppfkbpdohcgpdifipajpbahncnc
URL Oficial https://chrome.google.com/webstore/detail/collectiveapp/nfcimppfkbpdohcgpdifipajpbahncnc
Descripción Gathering best pictures from the web.
Tamaño del Archivo 1.01 MB
Cantidad de Instalaciones 26
Versión Actual 0.7
Última Actualización 2014-09-06
Fecha de Publicación 2014-09-06
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Rahul Chandra
Tipo de Pago free
Idiomas Soportados de,en,fr,nl,tr,es,hr,it,hu,pl,pt-BR,pt-PT,cs,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CollectiveApp",
    "description": "Gathering best pictures from the web.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoiphHbZszUHaMCVNQYCRrcV5EEE8d9C3\/k7gR6NXcQhxzIbKkNGUSwuj+QVOJHgq92OZt0rwrECF\/s\/3yd4cnZVfr2A\/mCdxGd7tNGuoUrN04ye2ZDetOs1GPpL4D\/vhoAB8RXsqcZGmDrQvkN1a3hoHbiBytsTJ33xYslXgfoZhWUZl80s+3UWgbgkX59PVO1h+IZ7GJyX\/T9uf4H7ZB7wjXMcLN3ykCdBNp68bKqtxfQaiwS9xAf0REsZBNodOcwAx4jz0vxlYtg+xb6hzx9k5mOF0EToNeoQzwdTTtzdw6oELwxnlOJL+jBGK\/RbBExMp6ZcKnJvmViRSfPoiRQIDAQAB",
    "version": "0.7",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "optional_permissions": [
        "https:\/\/instagram.com\/*"
    ],
    "permissions": [
        "storage",
        "identity",
        "bookmarks",
        "idle",
        "tabs",
        "contextMenus",
        "notifications",
        "chrome:\/\/favicon\/",
        "",
        "chrome:\/\/favicon\/",
        "https:\/\/api.instagram.com\/*",
        "http:\/\/api.dribbble.com\/*",
        "https:\/\/api.500px.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.instagram.com https:\/\/api.dribbble.com; object-src 'self'",
    "minimum_chrome_version": "9",
    "default_locale": "en",
    "omnibox": {
        "keyword": "*"
    }
}