Shareaholic for Pinterest

Send images from any website to your pinboards.

什麼是Shareaholic for Pinterest?

Shareaholic for Pinterest是由https://shareaholic.com開發的Chrome擴展程式,該擴展的主要功能是“Send images from any website to your pinboards.”。

擴展截圖

screenshot
screenshot

下載Shareaholic for Pinterest擴展crx文件

下載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
官方網址 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"
    }
}