OneAccess: Bookmarks, History, Favorites

Access your Chrome™'s bookmarks and history from one place. Make a list of your top 10 favorite sites.

OneAccess: Bookmarks, History, Favoritesคืออะไร?

OneAccess: Bookmarks, History, Favorites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://appsbyh.com และคุณลักษณะหลักของมันคือ "Access your Chrome™'s bookmarks and history from one place. Make a list of your top 10 favorite sites."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneAccess: Bookmarks, History, Favorites

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

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

                        This extension provides simple access to Chrome™'s bookmarks, history, and your 10 favorite sites through a button next to Chrome™'s URL bar.

Your bookmarks, top 10 favorite sites, and last 100 history items,  will appear in tabs.  You can edit the top 10 favorites list at any time.

The extension remembers which bookmark folders were expanded and which folders were collapsed for convenience.

Tips: 
1. Ctrl+Click (Cmd+Click for Mac users) to open the link in a new tab.
2. Open multiple links in the History and TopTen sections at once using the drop-down menu at the top.

Coming in future updates:
- Open multiple links at once in Bookmarks
- Edit bookmarks
- Search bookmarks and history
- New themes and styles
- Translation to other languages
- Performance improvements

Thanks for using OneAccess! Please share with your friends!
Twitter: http://twitter.com/appsbyh

You might also enjoy our other Chrome App, "Timer Loop":
https://chrome.google.com/webstore/detail/mdkfiefeoimmobmhdimachkfcpkgahlc

Release Notes:
v0.7.5 2015/7/2: Truncate long link texts. Improved icons. Reorder tab. Styling improvements
v0.7 2015/6/25: Added icons for bookmark and history. Implemented delete bookmark. Styling improvements.                    

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

ชื่อ OneAccess: Bookmarks, History, Favorites OneAccess: Bookmarks, History, Favorites
ID gkkfobchkgflnhbclaaclglampclfdic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/oneaccess-bookmarks-histo/gkkfobchkgflnhbclaaclglampclfdic
คำอธิบาย Access your Chrome™'s bookmarks and history from one place. Make a list of your top 10 favorite sites.
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.7.5
อัปเดตครั้งล่าสุด 2015-07-02
วันที่เผยแพร่ 2015-07-02
คะแนน 3.75/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา http://appsbyh.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneAccess: Bookmarks, History, Favorites",
    "version": "0.7.5",
    "icons": {
        "32": "images\/star_32.png",
        "48": "images\/star_48.png",
        "128": "images\/star_128.png"
    },
    "description": "Access your Chrome\u2122's bookmarks and history from one place. Make a list of your top 10 favorite sites.",
    "permissions": [
        "bookmarks",
        "tabs",
        "history",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "OneAccess",
        "default_icon": "images\/star_full.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}