Link Folders

This extension allows the user to create folders of links/tabs for various topics

什麼是Link Folders?

Link Folders是由brianchou121開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to create folders of links/tabs for various topics”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Link Folders擴展crx文件

下載Link Folders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Do you have so many desktops and tabs open, that you don't want to bookmark them all or close them because you don't want to lose them? Is your laptop always running out of memory, so that it ends up closing your browser and deleting all your opened tabs? Then this is the fix for you.

This extension allows the user to save their links/tabs in customizable folders of their choosing, allowing for easy organization and immediate access to all the sites with the click of a button. You can create folders for research so you can continue right where you left off.

Users have the option to save all current open tabs with the click of a button, or to manually enter them in. Sites require the "http://". The folders act as buttons and immediately open the links with a click.                    

擴展基本資訊

名稱 Link Folders Link Folders
ID dncmpfbjeippfclnpgbhpbhhapegibfp
官方網址 https://chrome.google.com/webstore/detail/link-folders/dncmpfbjeippfclnpgbhpbhhapegibfp
簡介 This extension allows the user to create folders of links/tabs for various topics
檔案大小 13.46 KB
安裝次數 82
目前版本 1.0
更新時間 2017-08-28
上架時間 2017-08-28
評分 5.00/5 共 4 次評分
開發者 brianchou121
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Folders",
    "description": "This extension allows the user to create folders of links\/tabs for various topics",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage"
    ]
}