CC Search

Search, filter, and use images in the Public Domain and under Creative Commons licenses.

CC Search क्या है?

CC Search creativecommons.extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search, filter, and use images in the Public Domain and under Creative Commons licenses."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CC Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Unlock the full potential of the internet and search through a plethora of openly licensed images and use them legally in your works.

Features:

* Search and filter - Extension has various filters to help you find what are looking for.

* One-click easy attribution - It's super easy to credit the source of any image you discover.

* Download images (and attribution) - Use the images in your works.

* Bookmark images - Save those perfect images in the extension itself.

* Image tags and recommendations - Get relevant image tags and recommendations for a particular image.

* Export and import bookmarks -  Easily transfer your bookmarks or archive them.

* Sync your custom setting and bookmarks across devices - The settings and bookmarks are synced using in-built Chrome sync.

* Options page for custom settings - Personalise the extension by setting often used filters and options as defaults.

* Dark Mode - Save battery and go easy on your eyes!


With more than 300 million images indexed from more than 40 providers, the chances are you will find what are you looking for.

Creative Commons: When we share, everyone wins.

Source Code:
https://github.com/creativecommons/ccsearch-browser-extension

Contributors @ Github:
https://github.com/creativecommons/ccsearch-browser-extension/graphs/contributors                    

एक्सटेंशन की मूल जानकारी

नाम CC Search CC Search
ID agohkbfananbebiaphblgcfhcclklfnh
आधिकारिक URL https://chrome.google.com/webstore/detail/cc-search/agohkbfananbebiaphblgcfhcclklfnh
विवरण Search, filter, and use images in the Public Domain and under Creative Commons licenses.
फ़ाइल का आकार 61.96 KB
स्थापना संख्या 20,389
वर्तमान संस्करण 1.3.8
अंतिम अपडेट 2020-12-13
प्रकाशन तिथि 2020-06-29
रेटिंग 4.67/5 कुल 9 रेटिंग्स
डेवलपर creativecommons.extension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://opensource.creativecommons.org/ccsearch-browser-extension/
सहायता पृष्ठ URL https://github.com/creativecommons/ccsearch-browser-extension/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CC Search",
    "author": "Creative Commons",
    "description": "Search, filter, and use images in the Public Domain and under Creative Commons licenses.",
    "version": "1.3.8",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/cc16.png",
        "32": "icons\/cc32.png",
        "48": "icons\/cc48.png",
        "96": "icons\/cc96.png",
        "128": "icons\/cc128.png"
    },
    "browser_action": {
        "default_title": "CC Search",
        "default_icon": {
            "16": "icons\/cc16.png",
            "24": "icons\/cc24.png",
            "32": "icons\/cc32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}