Pins
Pins Chrome extension
什么是Pins?
Pins是由https://objectivesheep.com开发的Chrome扩展程序,该扩展的主要功能是“Pins Chrome extension”。
扩展截图
下载Pins扩展crx文件
下载Pins扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click. 扩展基本信息
| 名称 | |
| ID | bijbbalamfkbdladlefegiaajfhmbjep |
| 官方URL | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
| 简介 | Pins Chrome extension |
| 文件大小 | 8.08 KB |
| 安装次数 | 486 |
| 当前版本 | 2.0 |
| 更新时间 | 2018-08-03 |
| 上架时间 | 2018-08-03 |
| 评分 | 4.00/5 共5次评分 |
| 开发者 | https://objectivesheep.com |
| 付费类型 | free |
| 扩展官网 | http://pinsapp.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pins",
"description": "Pins Chrome extension",
"version": "2.0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"48": "Info-48.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Add to Pins",
"default_icon": "icon.png"
},
"manifest_version": 2
} | |