Most Visited
Access your most visited pages from a quick drop-down menu
什麼是Most Visited?
Most Visited是由https://melanto.com開發的Chrome擴展程式,該擴展的主要功能是“Access your most visited pages from a quick drop-down menu”。
擴展截圖
下載Most Visited擴展crx文件
下載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.) 擴展基本資訊
| 名稱 | |
| ID | obbnkbhoknnlndofpoikddaompgmiioc |
| 官方網址 | 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
} | |