Copy for Scrapbox
Users can get a link to the page in the current tab in Scrapbox notation.
什么是Copy for Scrapbox?
Copy for Scrapbox是由https://satoryu.com开发的Chrome扩展程序,该扩展的主要功能是“Users can get a link to the page in the current tab in Scrapbox notation.”。
扩展截图
下载Copy for Scrapbox扩展crx文件
下载Copy for Scrapbox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is for Scrapbox users to make a link of current active tab easily in Scrapbox notation. 扩展基本信息
| 名称 | |
| ID | kalhokahkhkmbkiliieonfdmdeajlnog |
| 官方URL | https://chromewebstore.google.com/detail/copy-for-scrapbox/kalhokahkhkmbkiliieonfdmdeajlnog |
| 简介 | Users can get a link to the page in the current tab in Scrapbox notation. |
| 文件大小 | 16.87 KB |
| 安装次数 | 63 |
| 当前版本 | 1.7.0 |
| 更新时间 | 2023-10-27 |
| 上架时间 | 2021-06-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://satoryu.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.satoryu.com/copy-for-scrapbox/ |
| 帮助页面URL | https://www.satoryu.com/copy-for-scrapbox/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy for Scrapbox",
"description": "Users can get a link to the page in the current tab in Scrapbox notation.",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icons": {
"16": "images\/icos16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"permissions": [
"tabs",
"contextMenus",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
" | |