Multi Pin

Select multiple pins to pin on Pinterest

ما هو Multi Pin؟

Multi Pin هو إضافة Chrome تم تطويرها بواسطة http://albertzak.com، والميزة الرئيسية لها هي "Select multiple pins to pin on Pinterest".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Multi Pin

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

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

                        Pinterest Power Users: Ever wanted to re-pin hundreds of pins simultaneously? Now you can select multiple pins and pin them all to one of your boards with one click.

Update: January 16, 2016: It's working again! Sorry for keeping you waiting for so long.

Note: Currently works only on User's Boards. Will add support for home feed and related pins soon!

Would you like a new feature? Do you have a bug to report? Email me at: [email protected]

Thanks for using my Chrome Extension!                    

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

الاسم Multi Pin Multi Pin
ID ncbedailpaldcnmijnhchioplmkpheco
عنوان URL الرسمي https://chrome.google.com/webstore/detail/multi-pin/ncbedailpaldcnmijnhchioplmkpheco
الوصف Select multiple pins to pin on Pinterest
حجم الملف 3.09 MB
عدد التثبيتات 205
النسخة الحالية 0.0.4
آخر تحديث 2016-01-16
تاريخ النشر 2016-01-16
تقييم 1.88/5 مجموع تقييمات 16
المطور http://albertzak.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Pin",
    "short_name": "MultiPin",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Select multiple pins to pin on Pinterest",
    "homepage_url": "http:\/\/albertzak.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.pinterest.com\/*\/*",
        "http:\/\/*.pinterest.com\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/multipin.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*\/*",
                "http:\/\/*.pinterest.com\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}