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