Bookmark Roulette
An extension to force you to start actually reading your monumental catalog of bookmarks
Bookmark Rouletteとは何ですか?
Bookmark Rouletteはhttp://fidler.ioによって開発されたChromeの拡張機能で、その主な機能は「An extension to force you to start actually reading your monumental catalog of bookmarks」です。
Bookmark Roulette拡張機能のCRXファイルをダウンロード
Bookmark Roulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | pfjhhbbdmgjhoidhdhbodhfnilhcifej |
公式URL | https://chrome.google.com/webstore/detail/bookmark-roulette/pfjhhbbdmgjhoidhdhbodhfnilhcifej |
説明 | An extension to force you to start actually reading your monumental catalog of bookmarks |
ファイルサイズ | 56.53 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2013-08-17 |
公開日 | 2013-08-17 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | http://fidler.io |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Roulette", "description": "An extension to force you to start actually reading your monumental catalog of bookmarks", "version": "1.0", "permissions": [ "bookmarks", "activeTab" ], "background": { "scripts": [ "roulette.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Bookmark Roulette" }, "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |