Neater Bookmarks

A neater bookmarks tree popup.

Neater Bookmarksคืออะไร?

Neater Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย evan.shultz และคุณลักษณะหลักของมันคือ "A neater bookmarks tree popup."

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

screenshot
screenshot
screenshot

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

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

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

                        ***** TESTERS WANTED *****
If you'd like to be a tester for Neater Bookmarks, and are a native non-English speaker and/or use Mac OS X and/or Linux, please contact me at [email protected]. Interested parties should share your Gmail address, OS, screen resolution, and native language. English users or Windows users are not needed. If you meet the criteria above and are interested, thanks for your help!
**************************

A neat bookmarks tree popup extension for Chrome. It looks slick, has bookmarks search and remembers the last opened folders and scroll position. It is also one of the most keyboard-accessible extensions, with decent WAI-ARIA support.

To search bookmarks from the address bar (omnibox), type "* " (asterisk and space). The search character can be changed by going to Chrome > Settings > Search > Manage search engines > Search engines added by extensions (chrome://settings/searchEngines).

Many issues can be resolved by uninstalling the extension and then reinstalling after waiting a few seconds. Try this before submitting an issue report.

This extension is based on a "safe" version of the original Neat Bookmarks extension. This is NOT the current version of Neat Bookmarks in the Chrome Web Store, which still jacks ads. Neater Bookmarks does NOT contain any adware or malware or perform ad jacking, and it never will!

*** Notes ***
-Explanation of privileges:
   -"Access your data on all websites": used so bookmarklets can work properly
   -"Read and modify your bookmarks": obviously
   -"Access your tabs and browsing activity": not used at all
-This extension does NOT track/use/see any of your data on any websites
-Many thanks to Cheeaun, the original developer of Neat Bookmarks!

*** Externals ***
- Neater Bookmarks is open source! GitHub repository: http://goo.gl/s2kVi
- FAQ: http://goo.gl/DDMqE
- Issues: http://goo.gl/Ct39y or email [email protected]
- Custom CSS Styles: http://goo.gl/9OeIy
- Custom icons: http://goo.gl/0xQNp
- Internationalization/Localization: http://goo.gl/oDXMm
- Detailed changelog: http://goo.gl/6j3n4                    

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

ชื่อ Neater Bookmarks Neater Bookmarks
ID ofgjggbjanlhbgaemjbkiegeebmccifi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/neater-bookmarks/ofgjggbjanlhbgaemjbkiegeebmccifi
คำอธิบาย A neater bookmarks tree popup.
ขนาดไฟล์ 166 KB
จำนวนการติดตั้ง 91,983
เวอร์ชันปัจจุบัน 0.9.7.1
อัปเดตครั้งล่าสุด 2014-11-19
วันที่เผยแพร่ 2014-11-19
คะแนน 4.47/5 รวมทั้งหมด 914 คะแนน
ผู้พัฒนา evan.shultz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/evanshultz/neater-bookmarks
URL หน้าช่วยเหลือ https://github.com/evanshultz/neater-bookmarks/issues?state=open
ภาษาที่รองรับ de,en,fr,nl,tr,es,hr,it,hu,pl,pt-BR,pt-PT,cs,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.9.7.1",
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "bookmarks",
        "tabs"
    ],
    "minimum_chrome_version": "9",
    "default_locale": "en",
    "omnibox": {
        "keyword": "*"
    }
}