Bookmark Desktop
Create your bookmark desktop!
什么是Bookmark Desktop?
Bookmark Desktop是由Serdar Kuzucu开发的Chrome扩展程序,该扩展的主要功能是“Create your bookmark desktop!”。
扩展截图
下载Bookmark Desktop扩展crx文件
下载Bookmark Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add your favorite web pages and bookmarks to your Bookmark Desktop, which is like your Windows' desktop. New things in v1.0 are: - Options page is created. - Changing background image/color of the desktop is added. - Changing icons' text color is added. - 'Recently Closed Tabs' and 'Most Viewed Pages' menu is added. - Now you can decide opening in new tab or in current tab from options page. - You can change the number of 'most viewed pages' and the number of 'recently closed tabs' shown in the menus. - You can add some url's to the 'ignore list' not to see them in most viewed pages menu. - Synchronization between tabs is added. Now when you do something(add, remove, move, rename) in a Bookmark Desktop tab, it's done automatically in other Bookmark Desktop tabs.
扩展基本信息
名称 | |
ID | icjefgkakambanhdkeocfkgnmegbmcpg |
官方URL | https://chrome.google.com/webstore/detail/bookmark-desktop/icjefgkakambanhdkeocfkgnmegbmcpg |
简介 | Create your bookmark desktop! |
文件大小 | 440 KB |
安装次数 | 552 |
当前版本 | 1.0 |
更新时间 | 2012-10-22 |
上架时间 | 2012-10-22 |
评分 | 4.23/5 共22次评分 |
开发者 | Serdar Kuzucu |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Desktop", "version": "1.0", "description": "Create your bookmark desktop!", "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "unlimitedStorage", "chrome:\/\/favicon\/", "history" ], "icons": { "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_title": "Add to Bookmark Desktop", "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "blank.html" }, "manifest_version": 2 } |