短縮リンク作成

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

Cos'è 短縮リンク作成?

短縮リンク作成 è un'estensione di Chrome sviluppata da https://yakijake.net, e la sua funzione principale è "自作短縮リンクのChrome拡張 複数のURLをまとめて短縮できます".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 短縮リンク作成

Scarica i file di estensione 短縮リンク作成 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

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

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

Informazioni di Base sull'Estensione

Nome 短縮リンク作成 短縮リンク作成
ID djlacoinhpljhpbdnelffojebndnaomm
URL Ufficiale 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
Descrizione 自作短縮リンクのChrome拡張 複数のURLをまとめて短縮できます
Dimensione del File 19.95 KB
Conteggio Installazioni 76
Versione Corrente 2.0
Ultimo Aggiornamento 2023-12-10
Data di Pubblicazione 2021-01-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://yakijake.net
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://yakijake.net/extensions
Lingue Supportate 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\/"
}