ScrapLinker
ページからScrapboxのリンクを生成
什么是ScrapLinker?
ScrapLinker是由https://nekobato.net开发的Chrome扩展程序,该扩展的主要功能是“ページからScrapboxのリンクを生成”。
扩展截图
下载ScrapLinker扩展crx文件
下载ScrapLinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
★★★ DEPRECATED (非推奨) ★★★
本家Scrapboxで同一の機能が実装されたため、この拡張機能は非推奨とします。
ScrapboxではURLをShift + Ctrl(Command) + vで貼り付けることで、この拡張と同じ形式が使用可能です。
===
Scrapbox( https://scrapbox.io/ )の非公式拡張
現在アクティブなタブのURLとタイトルをScrapboxのリンク記法にして表示します。
表示した時点でテキストは選択されているので、そのままCtrl(Command)+cでコピーして利用できます。 扩展基本信息
| 名称 | |
| 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"
]
} | |