Drawer
easy to store the tabs that on the window or open it
Drawerとは何ですか?
Drawerはhttps://blog.xavierskip.comによって開発されたChromeの拡張機能で、その主な機能は「easy to store the tabs that on the window or open it」です。
拡張機能のスクリーンショット
Drawer拡張機能のCRXファイルをダウンロード
Drawer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
本扩展将标签页的信息存储在扩展中,帮助你保存这些标签页的信息,在您需要浏览时打开页面浏览。 介绍:当你面对浏览器上的一堆标签页面想等一下或者下次再来浏览的时候,你会? 1.固定这些标签页或者将这些页面都收藏到书签中,然后关闭浏览器? >如果你下一次使用浏览器并不像马上继续浏览这些内容,还得慢腾腾的等待这些页面加载完毕。 2.保存在书签中? >在书签文件夹中收藏,然后打开浏览的页面是不是还得定期清理,毕竟这些页面只是临时浏览而不是收藏。 3..不关闭浏览器,最小化窗口或者直接和上笔记本的盖子,直接进行其他的任务? >我想你会担心你的chrome浏览器所占用的内存吧。
拡張機能の基本情報
名前 | |
ID | ckjhlfdcakdniccnkpfcclinehggbhcg |
公式URL | https://chromewebstore.google.com/detail/drawer/ckjhlfdcakdniccnkpfcclinehggbhcg |
説明 | easy to store the tabs that on the window or open it |
ファイルサイズ | 7.78 KB |
インストール数 | 23 |
現在のバージョン | 0.2 |
最終更新日 | 2019-10-06 |
公開日 | 2019-10-06 |
開発者 | https://blog.xavierskip.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
ヘルプページのURL | http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drawer", "description": "easy to store the tabs that on the window or open it", "version": "0.2", "icons": { "128": "icon_128.png" }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_title": "Drawer", "default_icon": "icon.png", "default_popup": "popup.html" } } |