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)
擴展基本資訊
名稱 | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
官方網址 | 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 |
電子郵箱 | [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 } } |