Save to Scrapbox

Save web page to your Scrapbox

What is Save to Scrapbox?

Save to Scrapbox is a Chrome extension developed by embokoir, and its main feature is "Save web page to your Scrapbox".

Extension Screenshots

screenshot
screenshot

Download Save to Scrapbox Extension CRX File

Download Save to Scrapbox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        【About】
Scrapboxユーザ向けのサードパーティ拡張機能です。
簡易的なウェブクリッパーとしてご利用ください!
※クライアントサイドで完結し、サーバーへのデータ送信等は行いません。

【How to use】
・ブラウザの拡張機能アイコンをクリック(任意のキーボードショートカットも可)
・新しいタブでScrapboxにページが作成
・事前に設定したリンクも設置可能

【Settings】
初回のアイコンクリック時に
・保存先のScrapboxプロジェクト
・保存時に付記するリンク(#タグ 形式)
を設定します。プロジェクトは自分がメンバーとなっているものを入力してください。
プロジェクトやリンクを変更する場合は、アイコンを右クリックし「オプション」から可能です!

【Resources】
・ソースコード: https://github.com/embokoir/savetoscrapbox
・Scrapbox公式サイト: https://scrapbox.io/product                    

Extension Basic Information

Name Save to Scrapbox Save to Scrapbox
ID jcdhmhfihdilhhnjhflmanmoimfjpakh
Official URL https://chromewebstore.google.com/detail/save-to-scrapbox/jcdhmhfihdilhhnjhflmanmoimfjpakh
Description Save web page to your Scrapbox
File Size 16.2 KB
Installation Count 782
Current Version 1.1.1
Last Updated 2022-05-15
Publish Date 2019-10-17
Rating 5.00/5 Total 2 Ratings
Developer embokoir
Email [email protected]
Payment Type free
Extension Website https://github.com/embokoir/savetoscrapbox
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Scrapbox",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Save web page to your Scrapbox",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Save this page to your Scrapbox"
    },
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}