Drawer

easy to store the tabs that on the window or open it

Qu'est-ce que Drawer ?

Drawer est une extension Chrome développée par https://blog.xavierskip.com, et sa fonction principale est "easy to store the tabs that on the window or open it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Drawer

Téléchargez les fichiers d'extension Drawer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        本扩展将标签页的信息存储在扩展中,帮助你保存这些标签页的信息,在您需要浏览时打开页面浏览。


介绍:当你面对浏览器上的一堆标签页面想等一下或者下次再来浏览的时候,你会?

1.固定这些标签页或者将这些页面都收藏到书签中,然后关闭浏览器?
>如果你下一次使用浏览器并不像马上继续浏览这些内容,还得慢腾腾的等待这些页面加载完毕。

2.保存在书签中?
>在书签文件夹中收藏,然后打开浏览的页面是不是还得定期清理,毕竟这些页面只是临时浏览而不是收藏。

3..不关闭浏览器,最小化窗口或者直接和上笔记本的盖子,直接进行其他的任务?
>我想你会担心你的chrome浏览器所占用的内存吧。                    

Informations de Base sur l'Extension

Nom Drawer Drawer
ID ckjhlfdcakdniccnkpfcclinehggbhcg
URL Officiel https://chromewebstore.google.com/detail/drawer/ckjhlfdcakdniccnkpfcclinehggbhcg
Description easy to store the tabs that on the window or open it
Taille du Fichier 7.78 KB
Nombre d'Installations 23
Version Actuelle 0.2
Dernière Mise à Jour 2019-10-06
Date de Publication 2019-10-06
Développeur https://blog.xavierskip.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer
URL de la Page d'Aide http://blog.xavierskip.com/2014-02-17-chrome-extensions-drawer
Langues Prises en Charge 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"
    }
}