Bookmark RecycleBin
Right-click on one link and add it to your Bookmarks folder.
Bookmark RecycleBinとは何ですか?
Bookmark RecycleBinはtzengshinfuによって開発されたChromeの拡張機能で、その主な機能は「Right-click on one link and add it to your Bookmarks folder.」です。
拡張機能のスクリーンショット
Bookmark RecycleBin拡張機能のCRXファイルをダウンロード
Bookmark RecycleBin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Accidentally deleted your bookmarks? Don't worry! Bookmark RecycleBin can help you restore them. You just need to set the recycle bin folder. *When you delete bookmarks, them will be moved to recycle bin. *When you delete bookmarks in recycle bin, them will be gone really. *When you delete recycle bin, it will be empty. Bug fix: v1.0.1: fix duplicate recycle bin problem for Google Chrome Sync. v1.0.2: fix v1.0.1 bug.
拡張機能の基本情報
名前 | Bookmark RecycleBin |
ID | oiaokhalddljknajgbakpkikohhpfnle |
公式URL | https://chromewebstore.google.com/detail/bookmark-recyclebin/oiaokhalddljknajgbakpkikohhpfnle |
説明 | Right-click on one link and add it to your Bookmarks folder. |
ファイルサイズ | 22.6 KB |
インストール数 | 429 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-03-24 |
公開日 | 2017-03-23 |
評価 | 3.70/5 合計 10 レビュー |
開発者 | tzengshinfu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.2", "default_locale": "en", "options_page": "options.html", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "bookmarks" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |