Scrapbox Links Relocator
It relocates the links to new left column.
Was ist Scrapbox Links Relocator?
Scrapbox Links Relocator ist eine Chrome-Erweiterung, die von Appataro entwickelt wurde, und ihr Hauptmerkmal ist "It relocates the links to new left column.".
Erweiterungsscreenshots
Scrapbox Links Relocator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scrapbox Links Relocator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Scrapbox(https://scrapbox.io/)の編集ページにおいて,本来最下部に表示されるタグ・リンクを,新たなカラムとして編集フィールドの左側に移動させる機能を提供する拡張機能です. インストールすることで,Scrapbox(https://scrapbox.io/*)を読み込んだ際に自動的に起動します. 2017/03/28 CSSセレクタを修正してScrapboxの変更に追従しました.
Grundlegende Informationen zur Erweiterung
Name | Scrapbox Links Relocator |
ID | ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
Offizielle URL | https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
Beschreibung | It relocates the links to new left column. |
Dateigröße | 107 KB |
Installationsanzahl | 63 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2017-03-28 |
Veröffentlichungsdatum | 2017-03-28 |
Entwickler | Appataro |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |