Scrapbox Links Relocator

It relocates the links to new left column.

Scrapbox Links Relocator란 무엇입니까?

Scrapbox Links Relocator은(는) Appataro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It relocates the links to new left column."입니다.

확장 프로그램 스크린샷

screenshot

Scrapbox Links Relocator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 Scrapbox Links Relocator Scrapbox Links Relocator
ID ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
공식 URL https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
설명 It relocates the links to new left column.
파일 크기 107 KB
설치 횟수 63
현재 버전 0.0.2
최근 업데이트 2017-03-28
출시 날짜 2017-03-28
개발자 Appataro
결제 유형 free
지원되는 언어 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"
}