Yet Another LinkAce Extension
A Browser Extension for LinkAce
Yet Another LinkAce Extensionとは何ですか?
Yet Another LinkAce ExtensionはCrelingによって開発されたChromeの拡張機能で、その主な機能は「A Browser Extension for LinkAce」です。
拡張機能のスクリーンショット
Yet Another LinkAce Extension拡張機能のCRXファイルをダウンロード
Yet Another LinkAce Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
All-in-one bookmark manager developed by community that works with self-hosted bookmark application LinkAce. Save bookmarks easily Automatically detect the page title & page url & page description and then save it to self-hosted LinkAce in one-click. Update bookmarks easily Edit your existing bookmarks arbitrary and enjoy the convenience of autocomplete. Search bookmarks easily Search bookmarks in your browser address bar and then navigate to it in one-click.
拡張機能の基本情報
名前 | Yet Another LinkAce Extension |
ID | ladekkfhihppgfcjgaimgggecekfhmho |
公式URL | https://chromewebstore.google.com/detail/yet-another-linkace-exten/ladekkfhihppgfcjgaimgggecekfhmho |
説明 | A Browser Extension for LinkAce |
ファイルサイズ | 1.36 MB |
インストール数 | 367 |
現在のバージョン | 0.1.2 |
最終更新日 | 2021-07-06 |
公開日 | 2021-07-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Creling |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/Creling/Yet-Another-LinkAce-Extension |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/github.com\/Creling\/Yet-Another-LinkAce-Extension", "description": "A Browser Extension for LinkAce", "default_locale": "en", "permissions": [ "tabs", "storage" ], "icons": { "180": "icons\/180.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "omnibox": { "keyword": "l" }, "version": "0.1.2", "content_security_policy": "script-src 'self' ; object-src 'self'" } |