CC Search
Search, filter, and use images in the Public Domain and under Creative Commons licenses.
CC Search란 무엇입니까?
CC Search은(는) creativecommons.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search, filter, and use images in the Public Domain and under Creative Commons licenses."입니다.
확장 프로그램 스크린샷
CC Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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 } } |