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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mihai Parparita และคุณลักษณะหลักของมันคือ "Quickly post (and share links) with your boo in Avocado (https://avocado.io) without having to open a new tab or leave the current…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cilantro

ดาวน์โหลดไฟล์ส่วนขยาย Cilantro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cilantro Cilantro
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"
    ]
}