Cilantro
Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Cilantro란 무엇입니까?
Cilantro은(는) Mihai Parparita에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…"입니다.
확장 프로그램 스크린샷
Cilantro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current site. Uses Avocado's API to post. For credentials, it uses the account that you're currently signed into the browser with. This explains the "avocado.io" permission Shares (and thus needs to access) the current tab's URL; this explains the "your tabs and browsing activity" permission.
확장 프로그램 기본 정보
이름 | |
ID | kkfoaclholjephhdhmaoeabajfnbeheo |
공식 URL | https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo |
설명 | Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current… |
파일 크기 | 48.27 KB |
설치 횟수 | 42 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-09-17 |
출시 날짜 | 2014-09-17 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Mihai Parparita |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mihaip/cilantro |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cilantro", "version": "1.1", "browser_action": { "default_popup": "popup.html", "default_icon": "chrome_icon.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/avocado.io\/", "tabs" ] } |