CollectiveApp

Gathering best pictures from the web.

Cos'è CollectiveApp?

CollectiveApp è un'estensione di Chrome sviluppata da Rahul Chandra, e la sua funzione principale è "Gathering best pictures from the web.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CollectiveApp

Scarica i file di estensione CollectiveApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CollectiveApp CollectiveApp
ID nfcimppfkbpdohcgpdifipajpbahncnc
URL Ufficiale https://chrome.google.com/webstore/detail/collectiveapp/nfcimppfkbpdohcgpdifipajpbahncnc
Descrizione Gathering best pictures from the web.
Dimensione del File 1.01 MB
Conteggio Installazioni 26
Versione Corrente 0.7
Ultimo Aggiornamento 2014-09-06
Data di Pubblicazione 2014-09-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Rahul Chandra
Tipo di Pagamento free
Lingue Supportate 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": "*"
    }
}