Folderwise Bookmarks: Search & Sessions

Search for Bookmarks by Folder Name, and save Sessions in Bookmark Folders

Folderwise Bookmarks: Search & Sessionsคืออะไร?

Folderwise Bookmarks: Search & Sessions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mythical5th.com และคุณลักษณะหลักของมันคือ "Search for Bookmarks by Folder Name, and save Sessions in Bookmark Folders"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Folderwise Bookmarks: Search & Sessions

ดาวน์โหลดไฟล์ส่วนขยาย Folderwise Bookmarks: Search & Sessions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With its searchable folder-centric approach, Folderwise Bookmarks rewards you for your well-maintained hierarchy of Bookmarks!


⋆ Search:

Search for Folders by Name, by Path, or by the Bookmarks they contain; expand a folder panel to see its Bookmarks.

Click a Bookmark to open it, or use the buttons in the folder panel to open all Bookmarks. Hold Shift to open in a new window.


⋆ Sessions:

If you have too many tabs open and want to de-clutter, or if you want to save your work and pick up on a different computer, click the Save button at the foot of the popup. Folderwise Bookmarks saves sessions as Bookmarks, so they will be available on all your devices and can be reopened from the popup.

⚠ To use the Sessions feature, you will be required to grant a new permission to the extension: "Read your browsing history". This permission will be used only to access the addresses and titles of your open tabs, specifically to create Bookmarks for the saved Session.


⋆ Quick-Save Session

Leaving in a hurry? Right-click the toolbar icon to save and close the current window.


⋆ Icon credits:

"Places folder favorites Icon" by Oxygen Team is available from
http://www.iconarchive.com/show/oxygen-icons-by-oxygen-icons.org/Places-folder-favorites-icon.html
and used under the GNU Lesser General Public License

Icons used in promotional images are in the public domain and available from
http://paomedia.github.io/small-n-flat/


⋆ Changelog:

3.0.1 2019-02-14
Now using lighter icons for folder options.
Updated for new Chrome behaviour regarding data URIs and bookmarklets.
Bypassed Chrome limit on the number of tabs opened in a new window.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Folderwise Bookmarks: Search & Sessions Folderwise Bookmarks: Search & Sessions
ID lcabfbidcbbfdfmonhonidjgcgdnfhle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/folderwise-bookmarks-sear/lcabfbidcbbfdfmonhonidjgcgdnfhle
คำอธิบาย Search for Bookmarks by Folder Name, and save Sessions in Bookmark Folders
ขนาดไฟล์ 434 KB
จำนวนการติดตั้ง 643
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2019-02-14
คะแนน 4.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://mythical5th.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://mythical5th.com/policies/chromeWebStore.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0.2",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "FoldrMarks",
    "default_locale": "en",
    "minimum_chrome_version": "60",
    "incognito": "spanning",
    "browser_action": {
        "defaultIcon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/shortFuncs.js",
            "js\/Util.js",
            "js\/SessionManager.js",
            "js\/storageDefaults.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    }
}