CollectiveApp

Gathering best pictures from the web.

Co je CollectiveApp?

CollectiveApp je rozšíření Chrome vyvinuté Rahul Chandra, a jeho hlavní funkcí je „Gathering best pictures from the web.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CollectiveApp

Stáhněte si soubory rozšíření CollectiveApp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CollectiveApp CollectiveApp
ID nfcimppfkbpdohcgpdifipajpbahncnc
Oficiální URL https://chrome.google.com/webstore/detail/collectiveapp/nfcimppfkbpdohcgpdifipajpbahncnc
Popis Gathering best pictures from the web.
Velikost souboru 1.01 MB
Počet instalací 26
Aktuální Verze 0.7
Poslední Aktualizace 2014-09-06
Datum Vydání 2014-09-06
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Rahul Chandra
Typ Platby free
Podporované Jazyky 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": "*"
    }
}