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 https://brnrs.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create shortened URLs that delete themselves after a specified number of uses or amout of time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में brnrs - Create private, temporary URLs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
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\/*"
    ]
}