Scrapbox Links Relocator

It relocates the links to new left column.

Scrapbox Links Relocator là gì?

Scrapbox Links Relocator là một tiện ích mở rộng Chrome được phát triển bởi Appataro, và tính năng chính của nó là "It relocates the links to new left column.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrapbox Links Relocator

Tải xuống các tệp mở rộng Scrapbox Links Relocator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrapbox Links Relocator Scrapbox Links Relocator
ID ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
URL Chính Thức https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
Mô tả It relocates the links to new left column.
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-03-28
Ngày Phát Hành 2017-03-28
Nhà Phát Triển Appataro
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}