Scrapbox Links Relocator

It relocates the links to new left column.

Apa itu Scrapbox Links Relocator?

Scrapbox Links Relocator adalah ekstensi Chrome yang dikembangkan oleh Appataro, dan fitur utamanya adalah "It relocates the links to new left column.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scrapbox Links Relocator

Unduh file ekstensi Scrapbox Links Relocator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Scrapbox(https://scrapbox.io/)の編集ページにおいて,本来最下部に表示されるタグ・リンクを,新たなカラムとして編集フィールドの左側に移動させる機能を提供する拡張機能です.
インストールすることで,Scrapbox(https://scrapbox.io/*)を読み込んだ際に自動的に起動します.

2017/03/28 CSSセレクタを修正してScrapboxの変更に追従しました.                    

Informasi Dasar Ekstensi

Nama Scrapbox Links Relocator Scrapbox Links Relocator
ID ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
URL Resmi https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
Deskripsi It relocates the links to new left column.
Ukuran File 107 KB
Jumlah Instalasi 63
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-03-28
Tanggal Publikasi 2017-03-28
Pengembang Appataro
Tipe Pembayaran free
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrapbox Links Relocator",
    "version": "0.0.2",
    "description": "It relocates the links to new left column.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scrapbox.io\/*"
            ],
            "js": [
                "dist\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "https:\/\/scrapbox.io\/*"
    ],
    "author": "Appakun"
}