URL Group Manager

Opens and manages groups of saved URLs for more efficient browsing.

URL Group Managerคืออะไร?

URL Group Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mnmapplications.com และคุณลักษณะหลักของมันคือ "Opens and manages groups of saved URLs for more efficient browsing."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Group Manager

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

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

                        Do you ever open the same group of URLs every time you browse with Chrome like when you pay bills or do work? 

URL Group Manager is a Chrome extension that allows you to create, edit, and manage custom groups of URLs that can all be opened with the click of a single button. 

Here are some common use cases for URL Group Manager:

* A group for social media sites (Facebook, Twitter, Instagram, etc)
* A group for your bills and banking (Discover, Chase, Wells Fargo, etc)
* A group for a few of your favorite forums 

You can create a group for whatever you want and open every URL in that group with the click of a button. 

There's no limit to the number of groups you can create, and it will also sync all of your groups with your Google account so they are available across every device you own that supports Chrome extensions. 

It will save you time by opening whole groups with 1 click, will keep you organized and efficient, and should also help clean up that ever-growing bookmark bar. 



=======================================
                              CHANGE LOG
=======================================

v1.0: Initial version released.
v2.0: Added - reorganized layout, ability to edit existing groups.
v2.1: New option added to add all currently open tabs to a new group
v2.2: Code cleanup and optimization 
v2.3: Icon change, added features to hide URL lists and close popup when opening groups



=======================================
                   SECURITY / PERMISSIONS
=======================================

* This extension needs the ‘tabs’ permission in order to open up the URLs in new tabs. 

* This extension needs the ‘storage’ permission so that you can save your URL groups and have access to them whenever you are signed into your account. This extension’s data will sync with your Google account, so any browser where you have this installed will be able to use the same URL groups you make.                    

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

ชื่อ URL Group Manager URL Group Manager
ID dpaoeoomjbnkcognlcnlflilidjdlmoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-group-manager/dpaoeoomjbnkcognlcnlflilidjdlmoi
คำอธิบาย Opens and manages groups of saved URLs for more efficient browsing.
ขนาดไฟล์ 713 KB
จำนวนการติดตั้ง 912
เวอร์ชันปัจจุบัน 2.6
อัปเดตครั้งล่าสุด 2020-07-04
วันที่เผยแพร่ 2020-07-04
คะแนน 4.29/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://mnmapplications.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mnmapplications.com/chrome-extensions/
URL หน้าช่วยเหลือ https://mnmapplications.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Group Manager",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Opens and manages groups of saved URLs for more efficient browsing.",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}