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 là gì?

Cilantro là một tiện ích mở rộng Chrome được phát triển bởi Mihai Parparita, và tính năng chính của nó là "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cilantro

Tải xuống các tệp mở rộng Cilantro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cilantro Cilantro
ID kkfoaclholjephhdhmaoeabajfnbeheo
URL Chính Thức https://chrome.google.com/webstore/detail/cilantro/kkfoaclholjephhdhmaoeabajfnbeheo
Mô tả Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…
Kích Thước Tệp 48.27 KB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-09-17
Ngày Phát Hành 2014-09-17
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Mihai Parparita
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mihaip/cilantro
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}