CuratorSpot - Content Curation Tool.

Curate Content to bookmark, share, build newsletters, blog.

ما هو CuratorSpot - Content Curation Tool.؟

CuratorSpot - Content Curation Tool. هو إضافة Chrome تم تطويرها بواسطة https://curatorspot.com، والميزة الرئيسية لها هي "Curate Content to bookmark, share, build newsletters, blog.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CuratorSpot - Content Curation Tool.

قم بتنزيل ملفات الامتداد CuratorSpot - Content Curation Tool. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        CuratorSpot is content curation tool. Curate your favorite content, get twitter account analytics, URL shortener and more. https://curatorspot.com/                    

معلومات أساسية عن التمديد

الاسم CuratorSpot - Content Curation Tool. CuratorSpot - Content Curation Tool.
ID mkpkigjijcgfdihojplejghgpckmbndl
عنوان URL الرسمي https://chromewebstore.google.com/detail/curatorspot-content-curat/mkpkigjijcgfdihojplejghgpckmbndl
الوصف Curate Content to bookmark, share, build newsletters, blog.
حجم الملف 8.41 KB
عدد التثبيتات 28
النسخة الحالية 3.0
آخر تحديث 2017-05-11
تاريخ النشر 2017-05-11
تقييم 3.00/5 مجموع تقييمات 2
المطور https://curatorspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://curatorspot.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CuratorSpot - Content Curation Tool.",
    "short_name": "CuratorSpot",
    "description": "Curate Content to bookmark, share, build newsletters, blog.",
    "version": "3.0",
    "background": {
        "scripts": [
            "event.js",
            "content.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ]
}