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 } |