Easy Dial-轻松拨号

一款简单的快速拨号插件

What is Easy Dial-轻松拨号?

Easy Dial-轻松拨号 is a Chrome extension developed by 玥尐妖, and its main feature is "一款简单的快速拨号插件".

Extension Screenshots

screenshot
screenshot
screenshot

Download Easy Dial-轻松拨号 Extension CRX File

Download Easy Dial-轻松拨号 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        v1.0.5 更新了国际化,现在根据浏览器语言设置支持了英语和简体中文
v1.0.4 修正了li最大高度的BUG,li可以设置的更大了
v1.0.3 增加了自定义CSS的设置选项
v1.0.2 增加了缩略图边距的设置选项
v1.0.1 好难被搜索到的样子,试试改个名字吧
........................
........................
........................
一款简单的快速拨号插件,嗯非常简单

支持直接在站点右键添加(如果发现右键没有请试试在网页的空白处右键~)
支持自定义缩略图(自己做图喽~)
支持自定义背景(太大的小小插件受不了~)
都是废话啦,并不会有人用啦o(*≧▽≦)ツ

制作的目的是学习和自用,所以支持我自用所需要的功能
如果其他人下载使用的话注意上传背景图不要太大,如果点保存没反应应该就是文件太大了,试过3M没问题,5M就过大了
而且出于自用原因,并不支持同步,不过做了导出导入的功能,也还凑合
如果添加的网站过于多(比如100来个?)可能会小卡一下,因为缩略图也是直接存了数据在本地
如果在使用中有什么BUG或者建议,也欢迎联系我,虽然我觉的除了我应该没什么人会来用啦~
∑(っ °Д °;)っ抛出联系方式,丢邮箱吧:[email protected]                    

Extension Basic Information

Name Easy Dial-轻松拨号 Easy Dial-轻松拨号
ID cilkooaldbnnalbpedchffhcpadlinhb
Official URL https://chromewebstore.google.com/detail/easy-dial-%E8%BD%BB%E6%9D%BE%E6%8B%A8%E5%8F%B7/cilkooaldbnnalbpedchffhcpadlinhb
Description 一款简单的快速拨号插件
File Size 1016 KB
Installation Count 19
Current Version 1.0.6
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 2 Ratings
Developer 玥尐妖
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Dial-\u8f7b\u677e\u62e8\u53f7",
    "version": "1.0.6",
    "description": "\u4e00\u6b3e\u7b80\u5355\u7684\u5feb\u901f\u62e8\u53f7\u63d2\u4ef6",
    "incognito": "split",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/thumbAddHandler.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "bookmarks",
        "history",
        "unlimitedStorage"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "EasyDial.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}