URL Bin

Quickly and easily save URLs without cluttering your bookmarks bar.

URL Binคืออะไร?

URL Bin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Owen และคุณลักษณะหลักของมันคือ "Quickly and easily save URLs without cluttering your bookmarks bar."

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

screenshot

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

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

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

                        URL Bin is a link storage extension to quickly and easily store, access, and organize URLs to webpages.
URL Bin includes the following features:

- Nameable folders to help you organize your websites

- A starring system, so you can easily find your favorite websites

- An option to open multiple sites at a time

- A built-in search engine

- Synced storage - so your URLs will be synced across your Google account

- URL Bin finds your favorite websites and stores them once the extension is installed

UPDATE LOG:

1.3.1
 * Fixed issue where folders with children can't open

1.3.0:
 * Drag and drop support: drag and drop items to arrange them and add them to folders
 * Options page added
 * Multiple bug fixes

1.2.1:
 * Search queries are now regexp escaped

1.2.0:
 * Nested folders now fully supported
 * Multiple bug fixes

1.1.3:
 * Fixed issue where items disappear from folders

1.1.2:
 * Improved sync storage
 * Fixed search showing wrong results issue

1.1.1:
 * Folder context menu no longer goes off screen
 * "No Results Found" now shows when there are no items in URL Bin at all

1.1.0:
 * Folders cannot be added without a title and URLs cannot be added without a URL
 * New view options URLs and Folders

1.0.3:
 * "Add this page to URL Bin" context menu option fixes

1.0.2:
 * Fixed issue when deleting

1.0.1:
 * Added 'No Results Found' page and fixed search issue

1.0.0:
 * Initial release                    

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

ชื่อ URL Bin URL Bin
ID jfacdddgangnghekbklecdffifmhddjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-bin/jfacdddgangnghekbklecdffifmhddjk
คำอธิบาย Quickly and easily save URLs without cluttering your bookmarks bar.
ขนาดไฟล์ 314 KB
จำนวนการติดตั้ง 251
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-12-22
วันที่เผยแพร่ 2018-03-25
คะแนน 4.36/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Owen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Bin",
    "description": "Quickly and easily save URLs without cluttering your bookmarks bar.",
    "version": "1.3.1",
    "offline_enabled": true,
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "largeIcon.png"
    },
    "background": {
        "scripts": [
            "JS\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "topSites",
        "storage",
        "contextMenus",
        "background"
    ]
}