PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
什麼是PinSnapper?
PinSnapper是由Chris Danford開發的Chrome擴展程式,該擴展的主要功能是“Take anything you can see on a web page, and pin it to Pinterest”。
擴展截圖
下載PinSnapper擴展crx文件
下載PinSnapper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | edamlpocaepmeldjhppnmadaieeoddba |
| 官方網址 | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
| 簡介 | Take anything you can see on a web page, and pin it to Pinterest |
| 檔案大小 | 20.39 KB |
| 安裝次數 | 812 |
| 目前版本 | 0.0.13 |
| 更新時間 | 2014-06-16 |
| 上架時間 | 2014-06-15 |
| 評分 | 3.08/5 共 13 次評分 |
| 開發者 | Chris Danford |
| 付費類型 | free |
| 支援的語言 | 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\/*"
]
} | |