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" } |