PicSee URL Shortener
Make your url more attractive
Wat is PicSee URL Shortener?
PicSee URL Shortener is een Chrome-extensie ontwikkeld door https://picsee.io, en de belangrijkste functie is "Make your url more attractive".
Extensie Screenshots
Download het CRX-bestand van de extensie PicSee URL Shortener
Download PicSee URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | PicSee URL Shortener |
ID | cbpekbfkaeohicbbppdpaiaohacmpmnd |
Officiële URL | https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd |
Beschrijving | Make your url more attractive |
Bestandsgrootte | 22.79 KB |
Aantal Installaties | 1,668 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://picsee.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://picsee.io |
URL van de Privacybeleid Pagina | https://picsee.io/policy |
Ondersteunde Talen | 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" ] } } |