Browser Utilities

A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine™.

Browser Utilities là gì?

Browser Utilities là một tiện ích mở rộng Chrome được phát triển bởi Josephus Paye II, và tính năng chính của nó là "A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine™.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Utilities

Tải xuống các tệp mở rộng Browser Utilities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A collection of useful browser utilities - includes QR code generator, URL shortener and access to a webpage's history in Wayback Machine™.

How to generate a QR code

   1. With the page you want to generate a QR code for open in the current tab, click the Browser Utilities icon in the Chrome toolbar

   2. Click "Generate QR code"
   
   3. You can download the generated QR code or enter another link to generate a different QR code.

How to generate a URL short link

   1. With the page you want to generate a short link for open in the current tab, click the Browser Utilities icon in the Chrome toolbar

   2. Click "Generate short link"

   3. You can copy the generated link to the clipboard or enter another link to generate a different short link.

How to access a webpage's history in the Internet Archive™

    1. With the page whose history you want to access open in the current tab, click the Browser Utilities icon in the Chrome toolbar
   2. Click "Internet Archive™ history"
   3. The extension will check the Internet Archive and inform you if the page is available. If the page is available, click "Open in Wayback Machine" to access its history.
   4. You can also enter another link to access in the Internet Archive™.

UPDATE NOTE: This extension no longer has the YouTube™ video looping feature. 

Youtube™ is a registered trademark of Google, Inc.
Wayback Machine™ is a registered trademark of Internet Archive.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Utilities Browser Utilities
ID gfhcgijjkkjmpohblmhalebeclknggcc
URL Chính Thức https://chromewebstore.google.com/detail/browser-utilities/gfhcgijjkkjmpohblmhalebeclknggcc
Mô tả A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine™.
Kích Thước Tệp 297 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Josephus Paye II
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Utilities",
    "author": "Josephus Paye II",
    "description": "A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine\u2122.",
    "version": "2.0",
    "icons": {
        "128": "assets\/img\/icon-128.png",
        "256": "assets\/img\/icon-256.png",
        "512": "assets\/img\/icon-512.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/archive.org\/*",
        "https:\/\/archive.org\/*",
        "http:\/\/www.googleapis.com\/*",
        "https:\/\/www.googleapis.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/img\/icon-19.png",
            "38": "assets\/img\/icon-38.png"
        },
        "default_popup": "index.html",
        "default_title": "Browser Utilities"
    }
}