Add to Pinry
Pins images from current page to a Pinry installation.
Add to Pinryとは何ですか?
Add to Pinryはlapoによって開発されたChromeの拡張機能で、その主な機能は「Pins images from current page to a Pinry installation.」です。
拡張機能のスクリーンショット
Add to Pinry拡張機能のCRXファイルをダウンロード
Add to Pinry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet) 拡張機能の基本情報
| 名前 | |
| ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
| 公式URL | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
| 説明 | Pins images from current page to a Pinry installation. |
| ファイルサイズ | 9.61 KB |
| インストール数 | 780 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2020-06-29 |
| 公開日 | 2020-06-29 |
| 評価 | 4.00/5 合計 3 レビュー |
| 開発者 | lapo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/lapo-luchini/browser-pinry |
| ヘルプページのURL | https://github.com/lapo-luchini/browser-pinry/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Add to Pinry",
"version": "0.2.1",
"description": "Pins images from current page to a Pinry installation.",
"manifest_version": 2,
"icons": {
"48": "ico-48.png",
"128": "ico-128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"browser_action": {
"default_icon": "ico-128.png",
"default_title": "Add to Pinry"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"chrome_style": true
}
} | |