Add to Pinry
Pins images from current page to a Pinry installation.
Add to Pinry là gì?
Add to Pinry là một tiện ích mở rộng Chrome được phát triển bởi lapo, và tính năng chính của nó là "Pins images from current page to a Pinry installation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add to Pinry
Tải xuống các tệp mở rộng Add to Pinry dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
URL Chính Thức | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Mô tả | Pins images from current page to a Pinry installation. |
Kích Thước Tệp | 9.61 KB |
Số Lần Cài Đặt | 780 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2020-06-29 |
Ngày Phát Hành | 2020-06-29 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | lapo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lapo-luchini/browser-pinry |
URL Trang Trợ Giúp | https://github.com/lapo-luchini/browser-pinry/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |