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\/*" ] } |