Scrapbox Links Relocator

It relocates the links to new left column.

ما هو Scrapbox Links Relocator؟

Scrapbox Links Relocator هو إضافة Chrome تم تطويرها بواسطة Appataro، والميزة الرئيسية لها هي "It relocates the links to new left column.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Scrapbox Links Relocator

قم بتنزيل ملفات الامتداد Scrapbox Links Relocator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}