SiteBookmarks

View your bookmarks on the current site from the context (right-click) menu.

SiteBookmarksคืออะไร?

SiteBookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://site.simonandrewbrown.co.uk และคุณลักษณะหลักของมันคือ "View your bookmarks on the current site from the context (right-click) menu."

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

screenshot

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

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

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

                        Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks.

Source code:
https://github.com/simonbrown/Site-Bookmarks                    

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

ชื่อ SiteBookmarks SiteBookmarks
ID mijccbhecmjbiepdfpbnknpjeiggnomn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn
คำอธิบาย View your bookmarks on the current site from the context (right-click) menu.
ขนาดไฟล์ 49.92 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2012-11-05
วันที่เผยแพร่ 2012-11-05
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://site.simonandrewbrown.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.isimonbrown.co.uk/contact/
URL หน้าช่วยเหลือ http://www.isimonbrown.co.uk/contact/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SiteBookmarks",
    "description": "View your bookmarks on the current site from the context (right-click) menu.",
    "version": "1.6",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "bookmarks",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "20.0"
}