Most Visited

Access your most visited pages from a quick drop-down menu

Most Visitedคืออะไร?

Most Visited เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://melanto.com และคุณลักษณะหลักของมันคือ "Access your most visited pages from a quick drop-down menu"

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

screenshot
screenshot
screenshot

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

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

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

                        "Most Visited" is a browser extension that shows you your most visited pages (top sites) in a simple drop-down list. Just click on a page to open it. That's all this extension does...

(By default the pages will be opened in new tab, but you can change this behaviour from the "Options" page.)                    

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

ชื่อ Most Visited Most Visited
ID obbnkbhoknnlndofpoikddaompgmiioc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/most-visited/obbnkbhoknnlndofpoikddaompgmiioc
คำอธิบาย Access your most visited pages from a quick drop-down menu
ขนาดไฟล์ 24.39 KB
จำนวนการติดตั้ง 4,723
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2017-04-22
วันที่เผยแพร่ 2017-04-21
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://melanto.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://melanto.com/apps/most-visited/
URL หน้านโยบายความเป็นส่วนตัว https://melanto.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Most Visited",
    "version": "1.0.0.1",
    "description": "Access your most visited pages from a quick drop-down menu",
    "homepage_url": "http:\/\/melanto.com\/apps\/most-visited",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Most Visited"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": false,
    "options_page": "settings.html",
    "manifest_version": 2
}