Scrapbox Links Relocator
It relocates the links to new left column.
什么是Scrapbox Links Relocator?
Scrapbox Links Relocator是由Appataro开发的Chrome扩展程序,该扩展的主要功能是“It relocates the links to new left column.”。
扩展截图
下载Scrapbox Links Relocator扩展crx文件
下载Scrapbox Links Relocator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Scrapbox(https://scrapbox.io/)の編集ページにおいて,本来最下部に表示されるタグ・リンクを,新たなカラムとして編集フィールドの左側に移動させる機能を提供する拡張機能です. インストールすることで,Scrapbox(https://scrapbox.io/*)を読み込んだ際に自動的に起動します. 2017/03/28 CSSセレクタを修正してScrapboxの変更に追従しました.
扩展基本信息
名称 | Scrapbox Links Relocator |
ID | ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
官方URL | https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
简介 | It relocates the links to new left column. |
文件大小 | 107 KB |
安装次数 | 63 |
当前版本 | 0.0.2 |
更新时间 | 2017-03-28 |
上架时间 | 2017-03-28 |
开发者 | Appataro |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrapbox Links Relocator", "version": "0.0.2", "description": "It relocates the links to new left column.", "content_scripts": [ { "matches": [ "https:\/\/scrapbox.io\/*" ], "js": [ "dist\/index.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "css\/style.css" ], "permissions": [ "https:\/\/scrapbox.io\/*" ], "author": "Appakun" } |