PicSee URL Shortener
Make your url more attractive
Cos'è PicSee URL Shortener?
PicSee URL Shortener è un'estensione di Chrome sviluppata da https://picsee.io, e la sua funzione principale è "Make your url more attractive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PicSee URL Shortener
Scarica i file di estensione PicSee URL Shortener in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PicSee URL Shortener |
ID | cbpekbfkaeohicbbppdpaiaohacmpmnd |
URL Ufficiale | https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd |
Descrizione | Make your url more attractive |
Dimensione del File | 22.79 KB |
Conteggio Installazioni | 1,668 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2023-08-29 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://picsee.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://picsee.io |
URL della Pagina della Politica sulla Privacy | https://picsee.io/policy |
Lingue Supportate | 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" ] } } |