ScrapLinker
ページからScrapboxのリンクを生成
Wat is ScrapLinker?
ScrapLinker is een Chrome-extensie ontwikkeld door https://nekobato.net, en de belangrijkste functie is "ページからScrapboxのリンクを生成".
Extensie Screenshots
Download het CRX-bestand van de extensie ScrapLinker
Download ScrapLinker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
★★★ DEPRECATED (非推奨) ★★★ 本家Scrapboxで同一の機能が実装されたため、この拡張機能は非推奨とします。 ScrapboxではURLをShift + Ctrl(Command) + vで貼り付けることで、この拡張と同じ形式が使用可能です。 === Scrapbox( https://scrapbox.io/ )の非公式拡張 現在アクティブなタブのURLとタイトルをScrapboxのリンク記法にして表示します。 表示した時点でテキストは選択されているので、そのままCtrl(Command)+cでコピーして利用できます。
Basisinformatie over de Extensie
Naam | ScrapLinker |
ID | okbecedhlfhaldkcbcdblemkmohmcppj |
Officiële URL | https://chromewebstore.google.com/detail/scraplinker/okbecedhlfhaldkcbcdblemkmohmcppj |
Beschrijving | ページからScrapboxのリンクを生成 |
Bestandsgrootte | 9.42 KB |
Aantal Installaties | 104 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-07-14 |
Publicatiedatum | 2019-06-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://nekobato.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://scrapbox.io/nekobatoken/ScrapLinker |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.2.0", "manifest_version": 2, "default_locale": "ja", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |