Scrapbox Links Relocator

It relocates the links to new left column.

Wat is Scrapbox Links Relocator?

Scrapbox Links Relocator is een Chrome-extensie ontwikkeld door Appataro, en de belangrijkste functie is "It relocates the links to new left column.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrapbox Links Relocator

Download Scrapbox Links Relocator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Scrapbox Links Relocator Scrapbox Links Relocator
ID ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
Officiële URL https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd
Beschrijving It relocates the links to new left column.
Bestandsgrootte 107 KB
Aantal Installaties 63
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-28
Ontwikkelaar Appataro
Betalingswijze free
Ondersteunde Talen 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"
}