Inline Pinterest
Adds an inline Pinterest Pin button to all images viewed in Chrome
Inline Pinterestとは何ですか?
Inline Pinterestはadityajungによって開発されたChromeの拡張機能で、その主な機能は「Adds an inline Pinterest Pin button to all images viewed in Chrome」です。
拡張機能のスクリーンショット
Inline Pinterest拡張機能のCRXファイルをダウンロード
Inline Pinterest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Inline Pinterest |
ID | lilpkdpnfinkopkfiheaacgmlggjcicn |
公式URL | https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn |
説明 | Adds an inline Pinterest Pin button to all images viewed in Chrome |
ファイルサイズ | 3.53 KB |
インストール数 | 233 |
現在のバージョン | 1.0 |
最終更新日 | 2014-01-25 |
公開日 | 2014-01-25 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | adityajung |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inline Pinterest", "version": "1.0", "manifest_version": 2, "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "pinterestinline.js" ] } ] } |