ScrapLinker

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

ScrapLinker란 무엇입니까?

ScrapLinker은(는) https://nekobato.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ページからScrapboxのリンクを生成"입니다.

확장 프로그램 스크린샷

screenshot

ScrapLinker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ★★★ 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"
    ]
}