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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |