Scrapbox Links Relocator
It relocates the links to new left column.
Qu'est-ce que Scrapbox Links Relocator ?
Scrapbox Links Relocator est une extension Chrome développée par Appataro, et sa fonction principale est "It relocates the links to new left column.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scrapbox Links Relocator
Téléchargez les fichiers d'extension Scrapbox Links Relocator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Scrapbox(https://scrapbox.io/)の編集ページにおいて,本来最下部に表示されるタグ・リンクを,新たなカラムとして編集フィールドの左側に移動させる機能を提供する拡張機能です. インストールすることで,Scrapbox(https://scrapbox.io/*)を読み込んだ際に自動的に起動します. 2017/03/28 CSSセレクタを修正してScrapboxの変更に追従しました.
Informations de Base sur l'Extension
Nom | Scrapbox Links Relocator |
ID | ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
URL Officiel | https://chromewebstore.google.com/detail/scrapbox-links-relocator/ikgdedlfcejdjkhkhgpdfdnbjkmlgbfd |
Description | It relocates the links to new left column. |
Taille du Fichier | 107 KB |
Nombre d'Installations | 63 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2017-03-28 |
Date de Publication | 2017-03-28 |
Développeur | Appataro |
Type de Paiement | free |
Langues Prises en Charge | 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" } |