ScrapLinker

ページからScrapboxのリンクを生成

ScrapLinkerคืออะไร?

ScrapLinker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nekobato.net และคุณลักษณะหลักของมันคือ "ページからScrapboxのリンクを生成"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScrapLinker

ดาวน์โหลดไฟล์ส่วนขยาย ScrapLinker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ★★★ DEPRECATED (非推奨) ★★★

本家Scrapboxで同一の機能が実装されたため、この拡張機能は非推奨とします。
ScrapboxではURLをShift + Ctrl(Command) + vで貼り付けることで、この拡張と同じ形式が使用可能です。

===

Scrapbox( https://scrapbox.io/ )の非公式拡張

現在アクティブなタブのURLとタイトルをScrapboxのリンク記法にして表示します。
表示した時点でテキストは選択されているので、そのままCtrl(Command)+cでコピーして利用できます。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ScrapLinker ScrapLinker
ID okbecedhlfhaldkcbcdblemkmohmcppj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scraplinker/okbecedhlfhaldkcbcdblemkmohmcppj
คำอธิบาย ページからScrapboxのリンクを生成
ขนาดไฟล์ 9.42 KB
จำนวนการติดตั้ง 104
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-07-14
วันที่เผยแพร่ 2019-06-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://nekobato.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scrapbox.io/nekobatoken/ScrapLinker
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}