PicSee
Make your url more attractive
什么是PicSee?
PicSee是由picsee.co开发的Chrome扩展程序,该扩展的主要功能是“Make your url more attractive”。
扩展截图
下载PicSee扩展crx文件
下载PicSee扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Customized your share link's Preview Image, support Facebook, Google, Twitter, LINE..., Makes your share link more attractive!
Sort your url for social network. 扩展基本信息
| 名称 | |
| ID | maoighhkcobabafmpacnchanpaimamjo |
| 官方URL | https://chromewebstore.google.com/detail/picsee/maoighhkcobabafmpacnchanpaimamjo |
| 简介 | Make your url more attractive |
| 文件大小 | 89.55 KB |
| 安装次数 | 6,442 |
| 当前版本 | 1.4.5 |
| 更新时间 | 2021-08-12 |
| 上架时间 | 2019-07-11 |
| 评分 | 4.00/5 共23次评分 |
| 开发者 | picsee.co |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://picsee.io |
| 帮助页面URL | https://picsee.io/about |
| 隐私政策页面URL | https://picsee.io/privacy |
| 支持的语言 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PicSee",
"description": "Make your url more attractive",
"version": "1.4.5",
"icons": {
"128": "images\/PicSee_logo_128.png"
},
"background": {
"scripts": [
"js\/background.js",
"library\/js-cookie.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"contextMenus",
"identity",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"oauth2": {
"client_id": "115539371895-g0d3puek92bs3qu4qkboj7strq6858mk.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
}
} | |