PicSee URL Shortener
Make your url more attractive
Vad är PicSee URL Shortener?
PicSee URL Shortener är en Chrome-tillägg utvecklad av https://picsee.io, och dess huvudfunktion är "Make your url more attractive".
Tilläggsskärmbilder
Ladda ner PicSee URL Shortener-förlängningens CRX-fil
Ladda ner PicSee URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PicSee URL Shortener |
ID | cbpekbfkaeohicbbppdpaiaohacmpmnd |
Officiell webbadress | https://chromewebstore.google.com/detail/picsee-url-shortener/cbpekbfkaeohicbbppdpaiaohacmpmnd |
Beskrivning | Make your url more attractive |
Filstorlek | 22.79 KB |
Antal Installationer | 1,668 |
Aktuell Version | 1.5.1 |
Senast Uppdaterad | 2023-08-29 |
Publiceringsdatum | 2020-06-30 |
Betyg | 4.33/5 Totalt 3 Betyg |
Utvecklare | https://picsee.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://picsee.io |
URL till Sekretesspolicy Sidan | https://picsee.io/policy |
Stödda Språk | 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" ] } } |