Link Saver
Save and manage links
Link Saverとは何ですか?
Link Saverはlouis.lim.ying.weiによって開発されたChromeの拡張機能で、その主な機能は「Save and manage links」です。
拡張機能のスクリーンショット
Link Saver拡張機能のCRXファイルをダウンロード
Link Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple app which saves links by opening on the context menu (right-clicking on links) and clicking on the extension option. This app stores all links which is visible in the extension popup, and you can export them into a file. Once done with the links, you have an option to delete all saved links.
拡張機能の基本情報
名前 | |
ID | oidgppajkkafcmihodcoajbjfkjbkeon |
公式URL | https://chrome.google.com/webstore/detail/link-saver/oidgppajkkafcmihodcoajbjfkjbkeon |
説明 | Save and manage links |
ファイルサイズ | 209 KB |
インストール数 | 49 |
現在のバージョン | 1.1 |
最終更新日 | 2019-02-23 |
公開日 | 2019-02-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | louis.lim.ying.wei |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Saver", "version": "1.1", "description": "Save and manage links", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus", "downloads" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/link-saver-16.png", "32": "images\/link-saver-32.png", "48": "images\/link-saver-48.png", "128": "images\/link-saver-128.png" } }, "icons": { "16": "images\/link-saver-16.png", "32": "images\/link-saver-32.png", "48": "images\/link-saver-48.png", "128": "images\/link-saver-128.png" } } |