CollectiveApp

Gathering best pictures from the web.

Co to jest CollectiveApp?

CollectiveApp to rozszerzenie Chrome opracowane przez Rahul Chandra, a jego główną funkcją jest „Gathering best pictures from the web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CollectiveApp

Pobierz pliki rozszerzeń CollectiveApp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CollectiveApp CollectiveApp
ID nfcimppfkbpdohcgpdifipajpbahncnc
Oficjalny URL https://chrome.google.com/webstore/detail/collectiveapp/nfcimppfkbpdohcgpdifipajpbahncnc
Opis Gathering best pictures from the web.
Rozmiar pliku 1.01 MB
Liczba instalacji 26
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2014-09-06
Data Publikacji 2014-09-06
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Rahul Chandra
Typ Płatności free
Obsługiwane Języki 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": "*"
    }
}