Save to Scrapbox
Save web page to your Scrapbox
Wat is Save to Scrapbox?
Save to Scrapbox is een Chrome-extensie ontwikkeld door embokoir, en de belangrijkste functie is "Save web page to your Scrapbox".
Extensie Screenshots
Download het CRX-bestand van de extensie Save to Scrapbox
Download Save to Scrapbox-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
【About】
Scrapboxユーザ向けのサードパーティ拡張機能です。
簡易的なウェブクリッパーとしてご利用ください!
※クライアントサイドで完結し、サーバーへのデータ送信等は行いません。
【How to use】
・ブラウザの拡張機能アイコンをクリック(任意のキーボードショートカットも可)
・新しいタブでScrapboxにページが作成
・事前に設定したリンクも設置可能
【Settings】
初回のアイコンクリック時に
・保存先のScrapboxプロジェクト
・保存時に付記するリンク(#タグ 形式)
を設定します。プロジェクトは自分がメンバーとなっているものを入力してください。
プロジェクトやリンクを変更する場合は、アイコンを右クリックし「オプション」から可能です!
【Resources】
・ソースコード: https://github.com/embokoir/savetoscrapbox
・Scrapbox公式サイト: https://scrapbox.io/product Basisinformatie over de Extensie
| Naam | |
| ID | jcdhmhfihdilhhnjhflmanmoimfjpakh |
| Officiële URL | https://chromewebstore.google.com/detail/save-to-scrapbox/jcdhmhfihdilhhnjhflmanmoimfjpakh |
| Beschrijving | Save web page to your Scrapbox |
| Bestandsgrootte | 16.2 KB |
| Aantal Installaties | 782 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2022-05-15 |
| Publicatiedatum | 2019-10-17 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | embokoir |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/embokoir/savetoscrapbox |
| Ondersteunde Talen | 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"
} | |