PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
Apa itu PinSnapper?
PinSnapper adalah ekstensi Chrome yang dikembangkan oleh Chris Danford, dan fitur utamanya adalah "Take anything you can see on a web page, and pin it to Pinterest".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PinSnapper
Unduh file ekstensi PinSnapper 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
PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it. Just click the PinSnapper icon, drag a rectangle, and you've created a Pin!
Informasi Dasar Ekstensi
Nama | PinSnapper |
ID | edamlpocaepmeldjhppnmadaieeoddba |
URL Resmi | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
Deskripsi | Take anything you can see on a web page, and pin it to Pinterest |
Ukuran File | 20.39 KB |
Jumlah Instalasi | 812 |
Versi Saat Ini | 0.0.13 |
Terakhir Diperbarui | 2014-06-16 |
Tanggal Publikasi | 2014-06-15 |
Penilaian | 3.08/5 Total 13 Penilaian |
Pengembang | Chris Danford |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.13", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_appName__" }, "omnibox": { "keyword": "PinSnapper" }, "permissions": [ "tabs", "activeTab" ], "web_accessible_resources": [ "web_images\/*", "styles\/*" ] } |