Add to Pinry
Pins images from current page to a Pinry installation.
Apa itu Add to Pinry?
Add to Pinry adalah ekstensi Chrome yang dikembangkan oleh lapo, dan fitur utamanya adalah "Pins images from current page to a Pinry installation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add to Pinry
Unduh file ekstensi Add to Pinry dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Informasi Dasar Ekstensi
Nama | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
URL Resmi | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Deskripsi | Pins images from current page to a Pinry installation. |
Ukuran File | 9.61 KB |
Jumlah Instalasi | 780 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2020-06-29 |
Tanggal Publikasi | 2020-06-29 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | lapo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/lapo-luchini/browser-pinry |
URL Halaman Bantuan | https://github.com/lapo-luchini/browser-pinry/issues |
Bahasa yang Didukung | 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 } } |