Save to Scrapbox
Save web page to your Scrapbox
Qu'est-ce que Save to Scrapbox ?
Save to Scrapbox est une extension Chrome développée par embokoir, et sa fonction principale est "Save web page to your Scrapbox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to Scrapbox
Téléchargez les fichiers d'extension Save to Scrapbox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
【About】 Scrapboxユーザ向けのサードパーティ拡張機能です。 簡易的なウェブクリッパーとしてご利用ください! ※クライアントサイドで完結し、サーバーへのデータ送信等は行いません。 【How to use】 ・ブラウザの拡張機能アイコンをクリック(任意のキーボードショートカットも可) ・新しいタブでScrapboxにページが作成 ・事前に設定したリンクも設置可能 【Settings】 初回のアイコンクリック時に ・保存先のScrapboxプロジェクト ・保存時に付記するリンク(#タグ 形式) を設定します。プロジェクトは自分がメンバーとなっているものを入力してください。 プロジェクトやリンクを変更する場合は、アイコンを右クリックし「オプション」から可能です! 【Resources】 ・ソースコード: https://github.com/embokoir/savetoscrapbox ・Scrapbox公式サイト: https://scrapbox.io/product
Informations de Base sur l'Extension
Nom | Save to Scrapbox |
ID | jcdhmhfihdilhhnjhflmanmoimfjpakh |
URL Officiel | https://chromewebstore.google.com/detail/save-to-scrapbox/jcdhmhfihdilhhnjhflmanmoimfjpakh |
Description | Save web page to your Scrapbox |
Taille du Fichier | 16.2 KB |
Nombre d'Installations | 782 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2022-05-15 |
Date de Publication | 2019-10-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | embokoir |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/embokoir/savetoscrapbox |
Langues Prises en Charge | 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" } |