PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
PinSnapper là gì?
PinSnapper là một tiện ích mở rộng Chrome được phát triển bởi Chris Danford, và tính năng chính của nó là "Take anything you can see on a web page, and pin it to Pinterest".
Ả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 PinSnapper
Tải xuống các tệp mở rộng PinSnapper 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PinSnapper |
ID | edamlpocaepmeldjhppnmadaieeoddba |
URL Chính Thức | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
Mô tả | Take anything you can see on a web page, and pin it to Pinterest |
Kích Thước Tệp | 20.39 KB |
Số Lần Cài Đặt | 812 |
Phiên Bản Hiện Tại | 0.0.13 |
Cập Nhật Lần Cuối | 2014-06-16 |
Ngày Phát Hành | 2014-06-15 |
Đánh Giá | 3.08/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Chris Danford |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |