URL Aliaser

Give alias to frequently visited URLs.

URL Aliaser란 무엇입니까?

URL Aliaser은(는) Shivansh Rakesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give alias to frequently visited URLs."입니다.

확장 프로그램 스크린샷

screenshot

URL Aliaser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bored of typing those long URLs again and again? Get rid of it with this extension. It enables a user to add aliases (or URL shortcuts) for frequently visited website URLs, thus saving time!

- Add multiple placeholders for easier navigation.
- Sync with Google Account to access on all signed in devices.

Click on 'Add to Chrome' above. Navigate to 'Options' after clicking the URL Aliaser icon right near the address bar for the usage instructions and managing aliases.                    

확장 프로그램 기본 정보

이름 URL Aliaser URL Aliaser
ID dpmjkbfpciagadmabadpflnhlkhcaaii
공식 URL https://chromewebstore.google.com/detail/url-aliaser/dpmjkbfpciagadmabadpflnhlkhcaaii
설명 Give alias to frequently visited URLs.
파일 크기 1.27 MB
설치 횟수 30
현재 버전 1.3.3
최근 업데이트 2021-04-01
출시 날짜 2020-06-15
평점 5.00/5 총 7 개의 평점
개발자 Shivansh Rakesh
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ShivanshRakesh/url-aliaser/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Aliaser",
    "version": "1.3.3",
    "author": "Shivansh Rakesh",
    "description": "Give alias to frequently visited URLs.",
    "icons": {
        "128": "images\/icon.png"
    },
    "options_page": "options_pg.html",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg_script.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}