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ファイルをダウンロード

URL Aliaser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}