ScrapLinker
ページからScrapboxのリンクを生成
What is ScrapLinker?
ScrapLinker is a Chrome extension developed by https://nekobato.net, and its main feature is "ページからScrapboxのリンクを生成".
Extension Screenshots
Download ScrapLinker Extension CRX File
Download ScrapLinker 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
★★★ DEPRECATED (非推奨) ★★★ 本家Scrapboxで同一の機能が実装されたため、この拡張機能は非推奨とします。 ScrapboxではURLをShift + Ctrl(Command) + vで貼り付けることで、この拡張と同じ形式が使用可能です。 === Scrapbox( https://scrapbox.io/ )の非公式拡張 現在アクティブなタブのURLとタイトルをScrapboxのリンク記法にして表示します。 表示した時点でテキストは選択されているので、そのままCtrl(Command)+cでコピーして利用できます。
Extension Basic Information
Name | ScrapLinker |
ID | okbecedhlfhaldkcbcdblemkmohmcppj |
Official URL | https://chromewebstore.google.com/detail/scraplinker/okbecedhlfhaldkcbcdblemkmohmcppj |
Description | ページからScrapboxのリンクを生成 |
File Size | 9.42 KB |
Installation Count | 104 |
Current Version | 1.2.0 |
Last Updated | 2021-07-14 |
Publish Date | 2019-06-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://nekobato.net |
[email protected] | |
Payment Type | free |
Extension Website | https://scrapbox.io/nekobatoken/ScrapLinker |
Supported Languages | 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" ] } |