Shareaholic for Pinterest

Send images from any website to your pinboards.

Shareaholic for Pinterestคืออะไร?

Shareaholic for Pinterest เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shareaholic.com และคุณลักษณะหลักของมันคือ "Send images from any website to your pinboards."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shareaholic for Pinterest

ดาวน์โหลดไฟล์ส่วนขยาย Shareaholic for Pinterest ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Easiest Way to Send images from any website to your pinboards.


✓ Official Pin Count for Every Webpage
******************************************************
Just like the official Pinterest Button that you see on some webpages, this extension also shows you the Pin count for each page as you surf around the web.

Have you ever wondered how many times the YouTube video, your blog, or that picture you posted has been pinned? :)  Wonder no more with this extension.


✓ We love feedback!
******************************************************
If you like it, we'd appreciate if you'd rate it with a 5 star (see below) and tell your friends!   If you think it falls short in anyway, please let us know at【[email protected]】what you didn't like, so it will get fixed ASAP.


Other Chrome Extensions by Shareaholic:
******************************************************
- Facebook Share/Like Button (http://goo.gl/IeXH)
- Tweet Button (http://goo.gl/pWBe)
- All-in-one Shareaholic for Google Chrome (http://goo.gl/jSys)


Note: for security reasons no extensions are allowed to pull in highlighted text on these Gallery pages. Also, this extension is neither affiliated with nor possible without Pinterest Inc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shareaholic for Pinterest Shareaholic for Pinterest
ID kfjkehmceppcpjoaoegdmffmkdhiegmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shareaholic-for-pinterest/kfjkehmceppcpjoaoegdmffmkdhiegmc
คำอธิบาย Send images from any website to your pinboards.
ขนาดไฟล์ 16.29 KB
จำนวนการติดตั้ง 49,346
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2012-12-05
วันที่เผยแพร่ 2012-12-05
คะแนน 3.99/5 รวมทั้งหมด 336 คะแนน
ผู้พัฒนา https://shareaholic.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shareaholic.com
URL หน้านโยบายความเป็นส่วนตัว https://www.shareaholic.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shareaholic for Pinterest",
    "version": "2.0.2",
    "description": "Send images from any website to your pinboards.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/pinterest_16.png",
        "32": "images\/pinterest_32.png",
        "64": "images\/pinterest_64.png",
        "128": "images\/pinterest_128.png"
    },
    "browser_action": {
        "default_title": "Shareaholic for Pinterest",
        "default_icon": "images\/pinterest_32.png"
    }
}