Awesome Bookmarks Button

Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.

Awesome Bookmarks Buttonคืออะไร?

Awesome Bookmarks Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upway2late.com และคุณลักษณะหลักของมันคือ "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected."

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

screenshot
screenshot
screenshot

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

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

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

                        It's a shortcut button to open the bookmarks.                    

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

ชื่อ Awesome Bookmarks Button Awesome Bookmarks Button
ID dgkaehmmlnblfmmpdebmhjieffcjjjph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/awesome-bookmarks-button/dgkaehmmlnblfmmpdebmhjieffcjjjph
คำอธิบาย Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.
ขนาดไฟล์ 32.94 KB
จำนวนการติดตั้ง 2,336
เวอร์ชันปัจจุบัน 1.2.0.0
อัปเดตครั้งล่าสุด 2020-12-03
วันที่เผยแพร่ 2016-09-22
คะแนน 4.43/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://upway2late.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.upway2late.com/projects/buttons-project
URL หน้าช่วยเหลือ http://www.upway2late.com/projects/buttons-project
URL หน้านโยบายความเป็นส่วนตัว http://www.upway2late.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Bookmarks Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open the Chrome bookmarks in a new window or tab. If the bookmarks page is already open, that tab is selected.",
    "icons": {
        "16": "bookmarks_16.png",
        "48": "bookmarks_48.png",
        "128": "bookmarks_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bookmarks_19.png",
        "default_title": "Awesome Bookmarks Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}