CollectiveApp

Gathering best pictures from the web.

CollectiveAppとは何ですか?

CollectiveAppはRahul Chandraによって開発されたChromeの拡張機能で、その主な機能は「Gathering best pictures from the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

CollectiveApp拡張機能のCRXファイルをダウンロード

CollectiveApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 CollectiveApp CollectiveApp
ID nfcimppfkbpdohcgpdifipajpbahncnc
公式URL https://chrome.google.com/webstore/detail/collectiveapp/nfcimppfkbpdohcgpdifipajpbahncnc
説明 Gathering best pictures from the web.
ファイルサイズ 1.01 MB
インストール数 26
現在のバージョン 0.7
最終更新日 2014-09-06
公開日 2014-09-06
評価 5.00/5 合計 3 レビュー
開発者 Rahul Chandra
支払い方法 free
対応言語 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": "*"
    }
}