brnrs - Create private, temporary URLs
Create shortened URLs that delete themselves after a specified number of uses or amout of time.
Τι είναι το brnrs - Create private, temporary URLs;
Το brnrs - Create private, temporary URLs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brnrs.io, και η κύρια λειτουργία του είναι "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης brnrs - Create private, temporary URLs
Λήψη αρχείων επέκτασης brnrs - Create private, temporary URLs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add some impermanence to the links you share on on the web! brnrs allows anyone to create anonymous, temporary links in a matter of seconds. -Shorten any URL -Choose how long it is active (either via number of uses, an expiration time/date, or both) -Share the link the same way you would any other -Expired links resolve to a standard placeholder page The brnrs Chrome extension is open source and leverages the brnrs.io API.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pobinhjkpbnfdphmeopaclblbcgbdkoe |
Επίσημο URL | https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe |
Περιγραφή | Create shortened URLs that delete themselves after a specified number of uses or amout of time. |
Μέγεθος Αρχείου | 293 KB |
Αριθμός Εγκαταστάσεων | 74 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-06-30 |
Ημερομηνία Δημοσίευσης | 2016-06-30 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://brnrs.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "brnrs - Create private, temporary URLs", "description": "Create shortened URLs that delete themselves after a specified number of uses or amout of time.", "version": "0.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "popup.htm", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "background": { "persistant": false }, "permissions": [ "activeTab", "https:\/\/brnrs.io\/*" ] } |