Restumble
StumbleUpon for your own bookmarks
Restumbleとは何ですか?
Restumbleはcharleslaiによって開発されたChromeの拡張機能で、その主な機能は「StumbleUpon for your own bookmarks」です。
拡張機能のスクリーンショット
Restumble拡張機能のCRXファイルをダウンロード
Restumble拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have bookmarks you saved but forgot about? Bored of reddit, facebook, imgur, and every other procrastination station on the internet? Restumble is a chrome extension inspired by StumbleUpon that returns a random bookmark from your list of bookmarks everytime you click the extension. And, once you're finished, leave it in your repost roulette or remove it forever to clean up your jungle of bookmarks. Remember, you are your own best content discovery engine.
拡張機能の基本情報
名前 | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
公式URL | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
説明 | StumbleUpon for your own bookmarks |
ファイルサイズ | 133 KB |
インストール数 | 167 |
現在のバージョン | 1.1 |
最終更新日 | 2015-12-17 |
公開日 | 2015-12-17 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | charleslai |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restumble", "short_name": "Restumble", "version": "1.1", "description": "StumbleUpon for your own bookmarks", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" } }, "web_accessible_resources": [ "img\/icon128.png" ], "permissions": [ "bookmarks" ], "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/hotkeys.js", "js\/bookmarks.js" ] } } |