Multi Pin

Select multiple pins to pin on Pinterest

Multi Pin là gì?

Multi Pin là một tiện ích mở rộng Chrome được phát triển bởi http://albertzak.com, và tính năng chính của nó là "Select multiple pins to pin on Pinterest".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multi Pin

Tải xuống các tệp mở rộng Multi Pin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multi Pin Multi Pin
ID ncbedailpaldcnmijnhchioplmkpheco
URL Chính Thức https://chrome.google.com/webstore/detail/multi-pin/ncbedailpaldcnmijnhchioplmkpheco
Mô tả Select multiple pins to pin on Pinterest
Kích Thước Tệp 3.09 MB
Số Lần Cài Đặt 205
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2016-01-16
Ngày Phát Hành 2016-01-16
Đánh Giá 1.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển http://albertzak.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}