Pins

Pins Chrome extension

ما هو Pins؟

Pins هو إضافة Chrome تم تطويرها بواسطة https://objectivesheep.com، والميزة الرئيسية لها هي "Pins Chrome extension".

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

screenshot

تحميل ملف CRX للإضافة Pins

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

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

                        Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.                    

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

الاسم Pins Pins
ID bijbbalamfkbdladlefegiaajfhmbjep
عنوان URL الرسمي https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep
الوصف Pins Chrome extension
حجم الملف 8.08 KB
عدد التثبيتات 486
النسخة الحالية 2.0
آخر تحديث 2018-08-03
تاريخ النشر 2018-08-03
تقييم 4.00/5 مجموع تقييمات 5
المطور https://objectivesheep.com
نوع الدفع free
موقع الإضافة http://pinsapp.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins",
    "description": "Pins Chrome extension",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "Info-48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add to Pins",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}