短縮リンク作成

自作短縮リンクのChrome拡張 複数のURLをまとめて短縮できます

What is 短縮リンク作成?

短縮リンク作成 is a Chrome extension developed by https://yakijake.net, and its main feature is "自作短縮リンクのChrome拡張 複数のURLをまとめて短縮できます".

Extension Screenshots

screenshot
screenshot

Download 短縮リンク作成 Extension CRX File

Download 短縮リンク作成 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ただの短縮リンクです。カスタムリンクや複数のURLをまとめて短縮することもできます!

【使い方】
右上の「拡張機能」をクリック→「短縮リンク作成」をクリックして作成できます
右クリック=>「短縮リンク作成」からでも作成できます。

【オプション】
ポップアップページ内から設定できます
クイック取得: ポップアップを表示した段階で短縮リンクを作成します
自動コピー: クリップボードに短縮されたリンクをコピーします
通知: エラーや短縮結果の表示方法です。「オフ」も選べます

【注意】
右クリメニューから作成の場合は、クリップボードへのアクセス許可が必要です。ポップアップで「許可」をクリックしてください。
また、一瞬コピー用のページが開くために画面がちらつきますが、仕様です。

v2.0 : 新ドメイン(8jsv.com)に対応、その他軽微な改良                    

Extension Basic Information

Name 短縮リンク作成 短縮リンク作成
ID djlacoinhpljhpbdnelffojebndnaomm
Official URL https://chromewebstore.google.com/detail/%E7%9F%AD%E7%B8%AE%E3%83%AA%E3%83%B3%E3%82%AF%E4%BD%9C%E6%88%90/djlacoinhpljhpbdnelffojebndnaomm
Description 自作短縮リンクのChrome拡張 複数のURLをまとめて短縮できます
File Size 19.95 KB
Installation Count 76
Current Version 2.0
Last Updated 2023-12-10
Publish Date 2021-01-11
Rating 5.00/5 Total 1 Ratings
Developer https://yakijake.net
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yakijake.net/extensions
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u77ed\u7e2e\u30ea\u30f3\u30af\u4f5c\u6210",
    "version": "2.0",
    "manifest_version": 3,
    "description": "\u81ea\u4f5c\u77ed\u7e2e\u30ea\u30f3\u30af\u306eChrome\u62e1\u5f35 \u8907\u6570\u306eURL\u3092\u307e\u3068\u3081\u3066\u77ed\u7e2e\u3067\u304d\u307e\u3059",
    "icons": {
        "48": "icon3.png"
    },
    "background": {
        "service_worker": "contextmenu.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_icon": {
            "19": "icon3.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/8jsv.com\/"
}