Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
Vad är Shawdy It?
Shawdy It är en Chrome-tillägg utvecklad av https://shawdy.io, och dess huvudfunktion är "Easily shorten URLs, track history and generate QR codes on the fly.".
Tilläggsskärmbilder
Ladda ner Shawdy It-förlängningens CRX-fil
Ladda ner Shawdy It-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
Need a link shortened? Shawdy it! Harness the power of me - Shawdy - in your browser today. Easily shorten URLs, track history and generate QR codes on the fly. That's not all though. Not only can you use my service, but you can use bit.ly, tinyurl or is.gd URL shortening services as well. Even allowing you to use Bit.ly's API. Continue below to see even more of my awesome in-browser features! Supported URL Shortening Services: - shawdy.io - bit.ly - tinyurl - is.gd List of features available - Copy to clipboard - Right Click - QR Code Generate - History of url shortened - Delete History - API support
Grundläggande Information om Tillägg
Namn | Shawdy It |
ID | bebocdlbojnlnalclpmknbjlamacmfno |
Officiell webbadress | https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno |
Beskrivning | Easily shorten URLs, track history and generate QR codes on the fly. |
Filstorlek | 626 KB |
Antal Installationer | 16 |
Aktuell Version | 1.18.26 |
Senast Uppdaterad | 2020-09-08 |
Publiceringsdatum | 2020-09-01 |
Betyg | 4.92/5 Totalt 24 Betyg |
Utvecklare | https://shawdy.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.shawdy.io |
Hjälpsida URL | https://www.shawdy.io/pages/faq |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shawdy It", "version": "1.18.26", "manifest_version": 2, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "storage" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "description": "Easily shorten URLs, track history and generate QR codes on the fly.", "icons": { "20": "images\/icon_19.png", "48": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "browser_action: default_title", "default_icon": { "20": "images\/icon_19.png", "48": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "web_accessible_resources": [ "jquery.js", "font-awesome.min.css", "audio\/sound.mp3" ], "options_page": "html\/options.html", "homepage_url": "https:\/\/www.shawdy.io\/pages\/extension" } |