PicSee URL Shortener
Make your url more attractive
What is PicSee URL Shortener?
PicSee URL Shortener is a Chrome extension developed by https://picsee.io, and its main feature is "Make your url more attractive".
Extension Screenshots
Download PicSee URL Shortener Extension CRX File
Download PicSee URL Shortener 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
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.
Extension Basic Information
Name | PicSee URL Shortener |
ID | cbpekbfkaeohicbbppdpaiaohacmpmnd |
Official URL | https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd |
Description | Make your url more attractive |
File Size | 22.79 KB |
Installation Count | 1,668 |
Current Version | 1.5.1 |
Last Updated | 2023-08-29 |
Publish Date | 2020-06-30 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://picsee.io |
[email protected] | |
Payment Type | free |
Extension Website | https://picsee.io |
Privacy Policy Page URL | https://picsee.io/policy |
Supported Languages | 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" ] } } |