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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}