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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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