PicSee
Make your url more attractive
What is PicSee?
PicSee is a Chrome extension developed by picsee.co, and its main feature is "Make your url more attractive".
Extension Screenshots
Download PicSee Extension CRX File
Download PicSee extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Customized your share link's Preview Image, support Facebook, Google, Twitter, LINE..., Makes your share link more attractive! Sort your url for social network.
Extension Basic Information
Name | PicSee |
ID | maoighhkcobabafmpacnchanpaimamjo |
Official URL | https://chromewebstore.google.com/detail/picsee/maoighhkcobabafmpacnchanpaimamjo |
Description | Make your url more attractive |
File Size | 89.55 KB |
Installation Count | 6,442 |
Current Version | 1.4.5 |
Last Updated | 2021-08-12 |
Publish Date | 2019-07-11 |
Rating | 4.00/5 Total 23 Ratings |
Developer | picsee.co |
[email protected] | |
Payment Type | free |
Extension Website | http://picsee.io |
Help Page URL | https://picsee.io/about |
Privacy Policy Page URL | https://picsee.io/privacy |
Supported Languages | 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" ] } } |