Fast Dial

Fast Dial for «Google Chrome» - Visual bookmarks for new tab.

Fast Dialคืออะไร?

Fast Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fastdialdev และคุณลักษณะหลักของมันคือ "Fast Dial for «Google Chrome» - Visual bookmarks for new tab."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Fast Dial for Google Chrome based on the idea Fast Dial for Mozilla Firefox.

Features:
1) Sync your bookmarks;
2) Manage your bookmarks;
3) Drag-n-Drop thumbnails to change  order;
4) Moving between folders thumbnails while pressing ;
5) Add new bookmarks to the Fast Dial from the context menu;
6) Group bookmarks in sub-folders;
7) Change properties of bookmarks;
8) Run, remove, enable, disable and change settings a chrome applications;
9) Set the background of the page from file;
10) Set a thumbnail logo from file;                    

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

ชื่อ Fast Dial Fast Dial
ID fdnbdgmkhikelgaohpgdpcecklddmpaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-dial/fdnbdgmkhikelgaohpgdpcecklddmpaj
คำอธิบาย Fast Dial for «Google Chrome» - Visual bookmarks for new tab.
ขนาดไฟล์ 571 KB
จำนวนการติดตั้ง 27,233
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-09-12
วันที่เผยแพร่ 2019-12-21
คะแนน 4.00/5 รวมทั้งหมด 415 คะแนน
ผู้พัฒนา fastdialdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "fastdial.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Fast Dial",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "optional_permissions": [
        "background"
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "topSites",
        "management",
        "contextMenus",
        ""
    ],
    "web_accessible_resources": [
        "fastdial.html"
    ]
}