Scrapbox Links Relocator
It relocates the links to new left column.
What is Scrapbox Links Relocator?
Scrapbox Links Relocator is a Chrome extension developed by Appataro, and its main feature is "It relocates the links to new left column.".
Extension Screenshots
Download Scrapbox Links Relocator Extension CRX File
Download Scrapbox Links Relocator 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
Scrapbox(https://scrapbox.io/)の編集ページにおいて,本来最下部に表示されるタグ・リンクを,新たなカラムとして編集フィールドの左側に移動させる機能を提供する拡張機能です. インストールすることで,Scrapbox(https://scrapbox.io/*)を読み込んだ際に自動的に起動します. 2017/03/28 CSSセレクタを修正してScrapboxの変更に追従しました.
Extension Basic Information
Name | Scrapbox Links Relocator |
ID | ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
Official URL | https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
Description | It relocates the links to new left column. |
File Size | 107 KB |
Installation Count | 63 |
Current Version | 0.0.2 |
Last Updated | 2017-03-28 |
Publish Date | 2017-03-28 |
Developer | Appataro |
Payment Type | free |
Supported Languages | 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" } |