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란 무엇입니까?

Browser Utilities은(는) Josephus Paye II에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine™."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Browser Utilities 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Browser Utilities Browser Utilities
ID gfhcgijjkkjmpohblmhalebeclknggcc
공식 URL https://chromewebstore.google.com/detail/browser-utilities/gfhcgijjkkjmpohblmhalebeclknggcc
설명 A collection of useful browser tools - includes QR code generator, URL shortener & access to a page's history in Wayback Machine™.
파일 크기 297 KB
설치 횟수 465
현재 버전 2.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 5.00/5 총 1 개의 평점
개발자 Josephus Paye II
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}