Yada Tag Search
Community Driven Tag Search
Yada Tag Search란 무엇입니까?
Yada Tag Search은(는) http://www.yadaproject.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Community Driven Tag Search"입니다.
확장 프로그램 스크린샷
Yada Tag Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Create visual tags! Then use those tags to tag links, pages, and images! This helps everyone find what they are looking for! The more you tag, the more we all benefit! Did I mention it's completely anonymous and ad free? Not even its creator knows who's tagging what! So have fun!
확장 프로그램 기본 정보
이름 | |
ID | jjmkcgeoallcaiclkiilhocgnnpokbab |
공식 URL | https://chrome.google.com/webstore/detail/yada-tag-search/jjmkcgeoallcaiclkiilhocgnnpokbab |
설명 | Community Driven Tag Search |
파일 크기 | 45.23 KB |
설치 횟수 | 13 |
현재 버전 | 0.13 |
최근 업데이트 | 2014-06-14 |
출시 날짜 | 2014-06-14 |
평점 | 4.77/5 총 184 개의 평점 |
개발자 | http://www.yadaproject.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.yadaproject.com/ |
도움말 페이지 URL | https://www.yadaproject.com/faq/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yada Tag Search", "short_name": "Tag Search", "description": "Community Driven Tag Search", "version": "0.13", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.min.js", "myscript.js" ] } ], "omnibox": { "keyword": "yada" }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "browser_action": { "default_icon": { "19": "icon-bitty.png", "38": "icon-small.png" }, "default_title": "Yada Tag Search", "default_popup": "popup.html" } } |